The result state of test execution.
no subtypes hierarchy
Constructors | |
aborted | Source Codeshared aborted A test state is aborted, if its assumption is not met, see e.g. |
error | Source Codeshared error A test state is error, if it propagates any exception which is not an |
failure | Source Codeshared failure A test state is failure, if it propagates an |
skipped | Source Codeshared skipped A test state is skipped, if its condition is not fullfiled, see |
success | Source Codeshared success A test state is success, if it complete normally (that is, does not throw an exception). |
Attributes | |
string | Source Codeshared actual String string A developer-friendly string representing the instance.
Concatenates the name of the concrete class of the
instance with the Refines Object.string |
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
compare | Source Codeshared actual Comparison compare(TestState other) Compares this value with the given value. Implementations must respect the constraints that:
Refines Comparable.compare |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Comparable<Other> |