EmeraldTestResult
EmeraldTestResult[association]⟹result
represents the results of executing a single EmeraldTest.
Details
- Properties can be accessed via EmeraldTestResult[...]["Property"]
- Multiple Properties can be accessed via EmeraldTestResult[...][{"Property1","Property2"}]
- Properties:
-
NameDescription
Description The description of the test which was run. Category The category for the test. SubCategory Tge sub-category for the test. Outcome Outcome of the test execution. May be one of "Success", "ResultFailure", "MessageFailure", "TimeoutFailure". Passed Boolean value for whether or not the test Outcome was 'Success' Expression Deferred version of expression that was executed in the test. ActualValue Actual value returned from executing the test expression. ExpectedValue Expected value from executing the test expression. ActualMessages A list of messages thrown during the execution of the test expression. ExpectedMessages A list of messages expected to be thrown during the execution of the test expression. TimeConstraint Maximum time (in seconds) the test expression was allowed to execute for before aborting and resulting in a 'TimeoutFailure'. ExecutionTime The amount of time (in seconds) the test expression took to run. EquivalenceFunction The function which was used to compare the expected value to the actual value.
Input
Output