infix fun <T> Sequence<T>.shouldBeSortedWith(comparator: Comparator<in T>): Unit
infix fun <T> Sequence<T>.shouldBeSortedWith(cmp: (T, T) -> Int): Unit