Default implementation of TestRunResult
.
Anything
DefaultTestRunResult
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
DefaultTestRunResult() |
Attributes | |
abortedCount | shared actual Integer abortedCount The number of aborted tests during the test run. Refines TestRunResult.abortedCount |
elapsedTime | shared actual Integer elapsedTime The total elapsed time in milliseconds. Refines TestRunResult.elapsedTime |
endTime | shared actual Integer endTime The time in milliseconds when the test run finished. Refines TestRunResult.endTime |
errorCount | shared actual Integer errorCount The number of tests that finished with error. Refines TestRunResult.errorCount |
excludedCount | shared actual Integer excludedCount The number of excluded tests from the test run. Refines TestRunResult.excludedCount |
failureCount | shared actual Integer failureCount The number of tests that finished with failure. Refines TestRunResult.failureCount |
isFailed | shared actual Boolean isFailed Determine if they are any errors or failures. Refines TestRunResult.isFailed |
isSuccess | shared actual Boolean isSuccess Determine if all executed tests succeeded. Refines TestRunResult.isSuccess |
listener | shared listener listener |
results | shared actual TestResult[] results The detailed results of each test. Refines TestRunResult.results |
runCount | shared actual Integer runCount The number of executed tests. Refines TestRunResult.runCount |
skippedCount | shared actual Integer skippedCount The number of skipped tests during the test run. Refines TestRunResult.skippedCount |
startTime | shared actual Integer startTime The time in milliseconds when the test run started. Refines TestRunResult.startTime |
string | shared 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 |
successCount | shared actual Integer successCount The number of tests that finished successfully. Refines TestRunResult.successCount |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Attributes inherited from: TestRunResult |
Inherited Methods |
Methods inherited from: Object equals |
Nested Classes | |
listener | shared listener |