kotest-assertions-core / io.kotest.matchers.collections / beMonotonicallyIncreasingWith

beMonotonicallyIncreasingWith

fun <T> beMonotonicallyIncreasingWith(comparator: Comparator<in T>): Matcher<List<T>>