Holds the results of running the tests held by the given runner
.
Constructor |
TestResult(TestRunner runner) |
Attributes | |
errorCount | Source Code shared Integer errorCount The number of tests which errored. |
failureCount | Source Code shared Integer failureCount The number of tests which failed. |
isFailure | Source Code shared Boolean isFailure Whether any of the tests didn't succeed.' |
isSuccess | Source Code shared Boolean isSuccess Whether all the tests succeeded. |
runCount | Source Code shared Integer runCount The numer of tests which were started. |
successCount | Source Code shared Integer successCount The number of tests which succeeded. |
Inherited Attributes |
Attributes inherited from: Object hash, string |
Inherited Methods |
Methods inherited from: Object equals |