kotest-core / io.kotest.core.test / TestCaseOrder

TestCaseOrder

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.

Enum Values

Sequential

Random

Lexicographic