Control class for specifying test case attributes. More...
#include <utest_types.h>
Control class for specifying test case attributes.
This class encapsulated control information about test cases which, when returned from a test case influences the behavior of the test harness. Instead of using this class directly it is recommended to use the aliases for clearer semantics:
This class overloads the +
operator to implement something similiar to saturated arbitration:
ALL
> 'HANDLER' > 'NONE').You may then add timeouts and repeats together:
In the future, more control information may be added transparently and backwards compatible.
Definition at line 174 of file utest_types.h.