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

specExecutionOrder

open fun specExecutionOrder(): SpecExecutionOrder?
Deprecated: use the val version

Override this function and return an instance of SpecExecutionOrder which will be used to sort specs before execution.

Implementations are currently:

open val specExecutionOrder: SpecExecutionOrder?

Note: This has no effect on non-JVM targets.