fun <T> Array<T>.shouldContainInOrder(vararg ts: T): Unit
infix fun <T> Array<T>.shouldContainInOrder(expected: List<T>): Unit