Class Nothing
java.lang.Object
org.tudalgo.algoutils.tutor.general.assertions.expected.Nothing
A type representing no expected behavior.
-
Field Summary
Fields inherited from interface org.tudalgo.algoutils.tutor.general.assertions.actual.Actual
BRACKET_FORMATTERFields inherited from interface org.tudalgo.algoutils.tutor.general.assertions.expected.Expected
BRACKET_FORMATTER -
Method Summary
Modifier and TypeMethodDescriptionbehavior()Returns an object representing the behavior of the test.booleandisplay()static Nothingstatic Nothingitems(String prefixSingular, String prefixPlural, List<?> items, String suffixSingular, String suffixPlural) static Nothingstatic Nothingstatic Nothingstatic Nothingstatic Nothingstatic Nothingnothing()string(Stringifier stringifier) Returns a string representation of the behavior under test using the given stringifier to make the behavior human-readable.static Nothingstatic NothingsuccessBehavior(Object behavior) booleanstatic Nothingtext()static Nothing
-
Method Details
-
behavior
Description copied from interface:ActualReturns an object representing the behavior of the test.
-
successful
public boolean successful()- Specified by:
successfulin interfaceActual
-
display
public boolean display() -
string
Description copied from interface:ActualReturns a string representation of the behavior under test using the given stringifier to make the behavior human-readable.
-
nothing
-
text
-
text
-
items
-
items
-
items
-
items
-
items
-
items
-
items
-
successBehavior
-
successBehavior
-