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

shouldBeStrictlyDecreasingWith

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