enum class TestCaseOrder
This enum is used to configure the order of root test execution in a Spec.
The default, Sequential executes tests in the order they are defined in code. Random will randomize the test case ordering Lexicographic will execute alphanumerically.
Sequential |
|
Random |
|
Lexicographic |