ResultOfExceptionalCall
public interface ResultOfExceptionalCall<T extends Exception> implements Result<RT, AT, TT, ET>(source)
A type representing the result of a throwable call.
Author
Dustin Glaser
Parameters
<T>
the type of the expected exception
Inheritors
Types
Link copied to clipboard
A builder for results of throwable calls.
Functions
Link copied to clipboard
If this result is not successful due to an exception, this method returns the causing exception.
Link copied to clipboard
If this result is not successful, this method throws an AssertionFailedError informing about the failure.
Link copied to clipboard
Returns the expected behavior of this result.
Link copied to clipboard
Returns if the test was successful.