toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions
/
Fail
/
Builder
Builder
public
interface
Builder
implements
Test.Builder
<
TT
,
ET
,
RT
,
AT
,
BT
>
(
source
)
A builder for
fails
.
Author
Dustin Glaser
Inheritors
Builder
Members
Types
Factory
Link copied to clipboard
public
interface
Factory
implements
Test.Builder.Factory
<
TT
,
ET
,
RT
,
AT
,
BT
>
A factory for
fail builders
.
Functions
build
Link copied to clipboard
public
abstract
TT
build
(
)
Builds a test with the configured properties and return this.
expected
Link copied to clipboard
public
abstract
BT
expected
(
ET
expected
)
Sets the expected behavior.