kotest-assertions-core / io.kotest.matchers.sequences / shouldNotContainExactlyInAnyOrder
shouldNotContainExactlyInAnyOrder
infix fun <T, C : Sequence<T>> C?.shouldNotContainExactlyInAnyOrder(expected: C): Unit
Deprecated: use shouldNotContainAllInAnyOrder
fun <T, C : Sequence<T>> C?.shouldNotContainExactlyInAnyOrder(vararg expected: T): Unit
Deprecated: use shouldNotContainAllInAnyOrder