Represents a summary result of the test run.
no type hierarchy
no supertypes hierarchy
Attributes | |
abortedCount | Source Codeshared formal Integer abortedCount The number of aborted tests during the test run. |
elapsedTime | Source Codeshared formal Integer elapsedTime The total elapsed time in milliseconds. |
endTime | Source Codeshared formal Integer endTime The time in milliseconds when the test run finished. |
errorCount | Source Codeshared formal Integer errorCount The number of tests that finished with error. |
excludedCount | Source Codeshared formal Integer excludedCount The number of excluded tests from the test run. |
failureCount | Source Codeshared formal Integer failureCount The number of tests that finished with failure. |
isSuccess | Source Codeshared formal Boolean isSuccess Determine if all executed tests succeeded. |
results | Source Codeshared formal TestResult[] results The detailed results of each test. |
runCount | Source Codeshared formal Integer runCount The number of executed tests. |
skippedCount | Source Codeshared formal Integer skippedCount The number of skipped tests during the test run. |
startTime | Source Codeshared formal Integer startTime The time in milliseconds when the test run started. |
successCount | Source Codeshared formal Integer successCount The number of tests that finished successfully. |
Inherited Attributes |
Attributes inherited from: Object |