kotest-assertions-core / io.kotest.matchers.sequences / shouldNotContainAllInAnyOrder

shouldNotContainAllInAnyOrder

infix fun <T, C : Sequence<T>> C?.shouldNotContainAllInAnyOrder(expected: C): Unit
fun <T, C : Sequence<T>> C?.shouldNotContainAllInAnyOrder(vararg expected: T): Unit