toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions.expected
/
Expected
Expected
public
interface
Expected
(
source
)
A type representing the expected behavior in a test.
Author
Dustin Glaser
Inheritors
ExpectedObject
Nothing
Members
Functions
behavior
Link copied to clipboard
public
abstract
Object
behavior
(
)
Returns an object representing the expected behavior of the test.
display
Link copied to clipboard
public
boolean
display
(
)
of
Link copied to clipboard
public
static
Expected
of
(
Object
behavior
)
string
Link copied to clipboard
public
String
string
(
Stringifier
stringifier
)
Returns a string representation of the expected behavior using the given stringifier to make the behavior human-readable.