toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions.basic
/
BasicFail
/
Builder
Builder
public
class
Builder
extends
BasicTest.Builder
<
TT
,
ET
,
RT
,
AT
,
BT
>
implements
Fail.Builder
(
source
)
Members
Constructors
BasicFail.
Builder
Link copied to clipboard
public
void
BasicFail.Builder
(
Environment
environment
)
Types
Factory
Link copied to clipboard
public
class
Factory
extends
BasicTest.Builder.Factory
<
TT
,
ET
,
RT
,
AT
,
BT
>
implements
Fail.Builder.Factory
Properties
environment
Link copied to clipboard
protected
final
Environment
environment
expected
Link copied to clipboard
protected
ET
expected
Functions
build
Link copied to clipboard
public
BasicFail
build
(
)
Builds a test with the configured properties and return this.
expected
Link copied to clipboard
public
BT
expected
(
ET
expected
)
Sets the expected behavior.