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

shouldNotContainInOrder

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