kotest-assertions-core / io.kotest.matchers.collections / kotlin.Array / shouldNotBeSortedWith

shouldNotBeSortedWith

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