Class MetaTest.TestResult
- java.lang.Object
-
- de.skuzzle.test.snapshots.testcommons.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 voidtoAllFailWithExceptionWhich(java.util.function.Consumer<org.assertj.core.api.AbstractThrowableAssert<?,? extends java.lang.Throwable>> matches)org.assertj.core.api.AbstractThrowableAssert<?,? extends java.lang.Throwable>toFailWithExceptionWhich()voidtoSucceed()
-
-
-
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)
-
-