infix fun <T> Array<T>.shouldNotContainInOrder(expected: Array<T>): Unit
infix fun <T> Array<T>.shouldNotContainInOrder(expected: List<T>): Unit