Uses of Package
com.github.robtimus.junit.support
-
Packages that use com.github.robtimus.junit.support Package Description com.github.robtimus.junit.support Provides interfaces and classes for helping create unit tests using JUnit. -
Classes in com.github.robtimus.junit.support used by com.github.robtimus.junit.support Class Description AssertionFailedErrorBuilder A builder forAssertionFailedError
s.AssertionFailedErrorBuilder.PrefixedValues An object that can set the possible expected value or actual value of an assertion with a prefix.AssertionFailedErrorBuilder.ReasonBuilder A builder for the reason why the assertion failed.ThrowableAsserter An object that asserts that executing anExecutable
or retrieving the value of aThrowingSupplier
throws an error.ThrowableAsserter.Asserted An object that represents aThrowableAsserter
in its asserted state.ThrowableAsserter.NoError An object that can be used to configure the assertions that should be performed when no error is thrown.ThrowableAsserter.ThrownError An object that can be used to configure the assertions that should be performed when an error is thrown.