kotest-assertions-core / io.kotest.matchers.collections / kotlin.collections.List / shouldNotBeMonotonicallyDecreasingWith
shouldNotBeMonotonicallyDecreasingWith
fun <T> List<T>.shouldNotBeMonotonicallyDecreasingWith(comparator: Comparator<in T>): Unit