Uses of Class
com.github.robtimus.junit.support.ThrowableAsserter
-
Packages that use ThrowableAsserter Package Description com.github.robtimus.junit.support Provides interfaces and classes for helping create unit tests using JUnit. -
-
Uses of ThrowableAsserter in com.github.robtimus.junit.support
Methods in com.github.robtimus.junit.support that return ThrowableAsserter Modifier and Type Method Description ThrowableAsserter<R>
ThrowableAsserter.NoError. thenAssert(Runnable asserter)
Specifies the assertions that should be performed when no error is thrown.ThrowableAsserter<R>
ThrowableAsserter.NoError. thenAssert(Consumer<? super R> asserter)
Specifies the assertions that should be performed when no error is thrown.ThrowableAsserter<R>
ThrowableAsserter.ThrownError. thenAssert(Consumer<? super T> asserter)
Specifies the assertions that should be performed when an error is thrown.ThrowableAsserter<R>
ThrowableAsserter.NoError. thenAssertNothing()
Specifies that no assertions should be performed when no error is thrown.ThrowableAsserter<R>
ThrowableAsserter.ThrownError. thenAssertNothing()
Specifies that no assertions should be performed when an error is thrown.
-