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