StudentTestResult
The result of a StudentTest.
Parameters
state
the state of the test
toTest
the object that was tested
throwable
the Throwable that was thrown during the test
message
the message of the result or null
if no message was set
test
the StudentTest that generated this result
<T>
the type of the object that was tested
Types
Link copied to clipboard
A builder for StudentTestResults.
Functions
Link copied to clipboard
Creates a new Builder for the given
test
.Creates a new Builder for the given StudentTestResult and copies all values from it.
Link copied to clipboard
Returns whether toTest matches the predicate of the test.
Link copied to clipboard
Returns whether there was an exception during the test execution.