| Overview | Package | Class | Deprecated | Help |
| Values | |
|---|---|
| allSequenced |
value=1 displayed=All In Sequence Execute all the tests in sequence, irregardless of their test definitions. applicable for class(es): sas.TestSuite |
| policySequenced |
value=2 displayed=Parallel In Test Definition Execute all test definitions in sequence. Tests defined by the test definition are executed in parallel. This means, all tests related to test definition 1 are executed in parallel; when they are all done, all the tests in test definition 2 are executed in parallel, and so on. applicable for class(es): sas.TestPolicy |
| parallel |
value=3 displayed=In Parallel Execute all tests concurrently, irregardless of their test definitions. applicable for class(es): sas.TestSuite |
| lightweight |
value=4 displayed=Lightweight not selectable Execute all tests concurrently, irregardless of their test definitions. applicable for class(es): sas.TestSuite |