kotest-assertions-core / io.kotest.matchers.collections / kotlin.collections.List / shouldBeStrictlyIncreasingWith

shouldBeStrictlyIncreasingWith

fun <T> List<T>.shouldBeStrictlyIncreasingWith(comparator: Comparator<in T>): Unit