Class MetaTest.TestResult

  • Enclosing class:
    MetaTest

    public static class MetaTest.TestResult
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void toAllFailWithExceptionWhich​(java.util.function.Consumer<org.assertj.core.api.AbstractThrowableAssert<?,​? extends java.lang.Throwable>> matches)  
      org.assertj.core.api.AbstractThrowableAssert<?,​? extends java.lang.Throwable> toFailWithExceptionWhich()  
      void toSucceed()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toSucceed

        public void toSucceed()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • toFailWithExceptionWhich

        public org.assertj.core.api.AbstractThrowableAssert<?,​? extends java.lang.Throwable> toFailWithExceptionWhich()
      • toAllFailWithExceptionWhich

        public void toAllFailWithExceptionWhich​(java.util.function.Consumer<org.assertj.core.api.AbstractThrowableAssert<?,​? extends java.lang.Throwable>> matches)