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

shouldNotContainExactlyInAnyOrder

infix fun <T, C : Collection<T>> C?.shouldNotContainExactlyInAnyOrder(expected: C): Unit
fun <T, C : Collection<T>> C?.shouldNotContainExactlyInAnyOrder(vararg expected: T): Unit