kotest-core / io.kotest.core.config / AbstractProjectConfig / testCaseOrder

testCaseOrder

open fun testCaseOrder(): TestCaseOrder?
Deprecated: use the val version

Sets the order of top level tests in a spec. The value set here will be used unless overriden in a Spec. The value in a Spec is always taken in preference to the value here. Nested tests will always be executed in discovery order.

If this function returns null then the default of Sequential will be used.

open val testCaseOrder: TestCaseOrder?