kotest-assertions-core / io.kotest.matchers.sequences / kotlin.sequences.Sequence / shouldNotBeSortedWith

shouldNotBeSortedWith

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