toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions
/
Fail
Fail
public
interface
Fail
implements
Test
<
TT
,
ET
,
RT
,
AT
>
(
source
)
A always-failing test.
>
Inheritors
BasicFail
Members
Types
Builder
Link copied to clipboard
public
interface
Builder
implements
Test.Builder
<
TT
,
ET
,
RT
,
AT
,
BT
>
A builder for
fails
.
Functions
expected
Link copied to clipboard
public
abstract
ET
expected
(
)
Returns the expected behavior of this test.
run
Link copied to clipboard
public
ResultOfFail
run
(
)
Fails this test (there is no other option).
public
abstract
ResultOfFail
run
(
Actual
actual
,
Throwable
cause
)
Fails this test (there is no other option) with the given cause.