kotest-assertions-core / io.kotest.matchers.collections / kotlin.collections.List / shouldContainInOrder
shouldContainInOrder
fun <T> List<T>.shouldContainInOrder(vararg ts: T): Unit
infix fun <T> List<T>.shouldContainInOrder(expected: List<T>): Unit