The EiffelTestCaseStartedEvent declares that the execution of a test case has commenced. This event SHALL be preceded by a EiffelTestCaseTriggeredEvent, and appropriately linked to via TEST_CASE_EXECUTION.
Type: String
Required: No
Description: The name of the test case executor, if applicable. This property can be used to identify tests executed by a particular test framework.
Type: Object[]
Required: No
Description: An array of live log files available during execution. These shall not be presumed to be stored persistently; in other words, once the test case execution has finished there is no guarantee that these links are valid. Persistently stored logs shall be (re-)declared by EiffelTestCaseFinishedEvent.
Type: String
Required: Yes
Description: The name of the log file.
Type: String
Required: Yes
Description: The URI at which the log can be retrieved.
Version | Introduced in | Changes |
---|---|---|
1.0.0 | edition-bordeaux | Initial version. |