kotest-assertions-core / io.kotest.matchers.collections / kotlin.collections.List / shouldNotContainInOrder

shouldNotContainInOrder

infix fun <T> List<T>.shouldNotContainInOrder(expected: List<T>): Unit