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

beStrictlyIncreasingWith

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