EmeraldTestSummary
EmeraldTestSummary[association]⟹summary
represents the results of executing a group of EmeraldTests.
Details
- Properties can be accessed via EmeraldTestSummary[...]["Property"]
- Multiple Properties can be accessed via EmeraldTestSummary[...][{"Property1","Property2"}]
- Properties:
-
NameDescription
TestsFor The item this group of test results is related to. Passed True if all tests were run and all tests passed. SuccessRate Ratio of successful results to total tests. RunTime Cummulative execution time of all tests for this run. Tests A list of the individual tests which were to be run. Results List of all the tests results for the tests which were run. Successes List of test results which had a 'Success' outcome. ResultFailures List of test results which had a 'ResultFailure' outcome. TimeoutFailures List of test results which had a 'TimeoutFailure' outcome. MessageFailures List of test results which had a 'MessageFailure' outcome.
Input
Output