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 theExecutable
or retrieves the value of theThrowingSupplier
used to create this object, and perform the necessary assertions.ThrowableAsserter.Asserted<R>
ThrowableAsserter. execute(String message)
Executes theExecutable
or retrieves the value of theThrowingSupplier
used to create this object, and perform the necessary assertions.ThrowableAsserter.Asserted<R>
ThrowableAsserter. execute(Supplier<String> messageSupplier)
Executes theExecutable
or retrieves the value of theThrowingSupplier
used to create this object, and perform the necessary assertions.
-