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

shouldNotContainExactlyInAnyOrder

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