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

shouldContainAllInAnyOrder

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