toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions
/
TestOfCall
Test
Of
Call
public
interface
TestOfCall
implements
Test
<
TT
,
ET
,
RT
,
AT
>
(
source
)
Inheritors
BasicTestOfCall
Members
Types
Builder
Link copied to clipboard
public
interface
Builder
implements
Test.Builder
<
TT
,
ET
,
RT
,
AT
,
BT
>
Functions
expected
Link copied to clipboard
public
abstract
ET
expected
(
)
Returns the expected behavior of this test.
run
Link copied to clipboard
public
abstract
ResultOfCall
run
(
Callable
callable
)