toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions.basic
/
BasicTestOfExceptionalCall
/
Builder
Builder
public
final
class
Builder
<
T
extends
Exception
>
extends
BasicTest.Builder
<
TT
,
ET
,
RT
,
AT
,
BT
>
implements
TestOfExceptionalCall.Builder
<
T
>
(
source
)
Members
Types
Factory
Link copied to clipboard
public
final
class
Factory
<
T
extends
Exception
>
extends
BasicTest.Builder.Factory
<
TT
,
ET
,
RT
,
AT
,
BT
>
implements
TestOfExceptionalCall.Builder.Factory
<
T
>
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
BasicTestOfExceptionalCall
<
T
>
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.