Attribute used for tests annotation and assignment to Suites. More...
Private Member Functions | |
void | Test (string suite, int timeoutS=0, int timeoutMs=0, int sortOrder=0) |
Defines a suite the test belongs to, its timeout value and order within the suite. | |
Private Attributes | |
string | Suite |
int | TimeoutS |
int | TimeoutMs |
int | SortOrder |
Attribute used for tests annotation and assignment to Suites.