toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions
/
ResultOfFail
/
Builder
Builder
public
interface
Builder
implements
Result.Builder
<
RT
,
AT
,
TT
,
ET
,
BT
>
(
source
)
A builder for
results of fails
.
Inheritors
Builder
Members
Types
Factory
Link copied to clipboard
public
interface
Factory
implements
Result.Builder.Factory
<
RT
,
AT
,
TT
,
ET
,
BT
>
A factory for
result of fail builders
.
Functions
actual
Link copied to clipboard
public
abstract
BT
actual
(
AT
actual
)
Sets the
actual behavior
of the result.
build
Link copied to clipboard
public
abstract
RT
build
(
)
Builds a result for the given properties and returns it.
exception
Link copied to clipboard
public
abstract
BT
exception
(
Throwable
exception
)
Sets the
exception
of the result.
test
Link copied to clipboard
public
abstract
BT
test
(
TT
test
)
Sets the
test
of the result.