EmeraldTest
EmeraldTest[association]⟹test
represents the results of executing a single EmeraldTest.
Details
- Properties can be accessed via EmeraldTest[...]["Property"]
- Multiple Properties can be accessed via EmeraldTest[...][{"Property1","Property2"}]
- Properties:
-
NameDescription
Description The description of the test which was run. Expression Deferred version of expression that was executed in the test. ExpectedValue Expected value from executing the test expression. Category A String or Symbol categorizing the test. SubCategory A String or Symbol further categorizing the test. FatalFailure A Boolean used in a run of multiple tests to determine whether or not to halt further test execution on failure. ID A UUID uniquely identifying the test. TimeConstraint Maximum time in seconds that a test may take to execute.
Input
Output