Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.64 KB

EiffelTestCaseCanceledEvent.md

File metadata and controls

33 lines (26 loc) · 1.64 KB

EiffelTestCaseCanceledEvent (TCC)

The EiffelTestCaseCanceledEvent declares that a previously triggered test case execution (represented by EiffelTestCaseTriggeredEvent) has been canceled before it has started. This is typically used in queuing situations where a queued execution is dequeued. It is recommended that CAUSE links be used to indicate the reason.

Data Members

data.reason

Type: String
Required: No
Description: Any human readable information as to the reason for dequeueing.

Version History

Version Introduced in Changes
1.0.0 edition-bordeaux Initial version.

Examples