BasicResultOfExceptionalCall    
    public class BasicResultOfExceptionalCall<T extends Exception> extends BasicResult<RT, AT, TT, ET> implements ResultOfExceptionalCall<T>(source)
Constructors
Link copied to clipboard
                  public void BasicResultOfExceptionalCall(Environment environment, TestOfExceptionalCall<T> test, ActualException<T> actual, Throwable exception, boolean successful)
Types
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.