Interface Fail
- All Superinterfaces:
Test<Fail,Expected, ResultOfFail, Actual>
- All Known Implementing Classes:
BasicFail
A always-failing test.
>-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault ResultOfFailrun()Fails this test (there is no other option).Fails this test (there is no other option) with the given cause.
-
Method Details
-
run
Fails this test (there is no other option) with the given cause.
- Parameters:
cause- the cause of the failure- Returns:
- the result of this fail
-
run
Fails this test (there is no other option).
- Returns:
- the result of this fail
-