toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions.basic
/
BasicResultOfCall
/
Builder
Builder
public
class
Builder
extends
BasicResult.Builder
<
RT
,
AT
,
TT
,
ET
,
BT
>
(
source
)
Members
Constructors
Basic
Result
Of
Call.
Builder
Link copied to clipboard
public
void
BasicResultOfCall.Builder
(
Environment
environment
)
Properties
actual
Link copied to clipboard
protected
AT
actual
environment
Link copied to clipboard
protected
final
Environment
environment
exception
Link copied to clipboard
protected
Throwable
exception
successful
Link copied to clipboard
protected
boolean
successful
test
Link copied to clipboard
protected
TT
test
Functions
actual
Link copied to clipboard
public
BT
actual
(
AT
actual
)
Sets the
actual behavior
of the result.
build
Link copied to clipboard
public
ResultOfCall
build
(
)
Builds a result for the given properties and returns it.
exception
Link copied to clipboard
public
BT
exception
(
Throwable
exception
)
Sets the
exception
of the result.
test
Link copied to clipboard
public
BT
test
(
TT
test
)
Sets the
test
of the result.