kotest-core / io.kotest.core.spec / kotlin.collections.List

Extensions for kotlin.collections.List

ordered

Orders the collection of TestCases based on the provided TestCaseOrder.

fun List<TestCase>.ordered(spec: TestCaseOrder): List<TestCase>