object FailureFirstSpecExecutionOrder : SpecExecutionOrder
An implementation of SpecExecutionOrder which will run specs that contained a failed test on a previous run first, before specs where all the tests passed.
sort |
fun sort(classes: List<KClass<out Spec>>): List<KClass<out Spec>> |