BasicResult
public abstract class BasicResult<RT extends Result<RT, AT, TT, ET>, AT extends Actual, TT extends Test<TT, ET, RT, AT>, ET extends Expected> implements Result<RT, AT, TT, ET>(source)
An abstract basic implementation of a test.
Author
Dustin Glaser
Parameters
<TT>
the type of the test
<ET>
the type of the expected behavior
<RT>
the type of the result
<AT>
the type of the actual behavior
Inheritors
Constructors
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.