toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions.basic
/
BasicTestOfCall
Basic
Test
Of
Call
public
class
BasicTestOfCall
extends
BasicTest
<
TT
,
ET
,
RT
,
AT
>
implements
TestOfCall
(
source
)
Members
Constructors
Basic
Test
Of
Call
Link copied to clipboard
protected
void
BasicTestOfCall
(
Environment
environment
,
Nothing
expected
)
Types
Builder
Link copied to clipboard
public
class
Builder
extends
BasicTest.Builder
<
TT
,
ET
,
RT
,
AT
,
BT
>
implements
TestOfCall.Builder
Functions
environment
Link copied to clipboard
public
final
Environment
environment
(
)
Returns the
environment
used by this test.
expected
Link copied to clipboard
public
final
ET
expected
(
)
Returns the expected behavior of this test.
run
Link copied to clipboard
public
ResultOfCall
run
(
Callable
callable
)