kotest-core / io.kotest.core.spec / RandomSpecExecutionOrder

RandomSpecExecutionOrder

object RandomSpecExecutionOrder : SpecExecutionOrder

An implementation of SpecExecutionOrder which will run specs in a different random order each time the are executed.

Functions

sort

fun sort(classes: List<KClass<out Spec>>): List<KClass<out Spec>>