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