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