TestToolBox::CheckType Namespace Reference
Mode of checking recorded events.
More...
Detailed Description
Mode of checking recorded events.
Enumeration Type Documentation
- Enumerator:
eNOT_SET |
check type is not set
|
eSTRICT |
all events are checked for exact order
|
eSEQUENTIAL |
the events must follow each other, but it is allowed that other events may lay between
|
eVARIABLE |
the events may occur in any order
|