Uses of Class
com.github.robtimus.junit.support.ThrowableAsserter.Asserted
-
Packages that use ThrowableAsserter.Asserted Package Description com.github.robtimus.junit.support Provides interfaces and classes for helping create unit tests using JUnit. -
-
Uses of ThrowableAsserter.Asserted in com.github.robtimus.junit.support
Methods in com.github.robtimus.junit.support that return ThrowableAsserter.Asserted Modifier and Type Method Description ThrowableAsserter.Asserted<R>ThrowableAsserter. execute()Executes theExecutableor retrieves the value of theThrowingSupplierused to create this object, and perform the necessary assertions.ThrowableAsserter.Asserted<R>ThrowableAsserter. execute(String message)Executes theExecutableor retrieves the value of theThrowingSupplierused to create this object, and perform the necessary assertions.ThrowableAsserter.Asserted<R>ThrowableAsserter. execute(Supplier<String> messageSupplier)Executes theExecutableor retrieves the value of theThrowingSupplierused to create this object, and perform the necessary assertions.
-