Uses of Class
com.github.robtimus.junit.support.ThrowableAsserter.NoError
-
Packages that use ThrowableAsserter.NoError Package Description com.github.robtimus.junit.support Provides interfaces and classes for helping create unit tests using JUnit. -
-
Uses of ThrowableAsserter.NoError in com.github.robtimus.junit.support
Methods in com.github.robtimus.junit.support that return ThrowableAsserter.NoError Modifier and Type Method Description ThrowableAsserter.NoError<R>
ThrowableAsserter. whenThrowsNothing()
Returns an object for configuring the assertions that should be performed if no error is thrown.
-