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

shouldNotBeStrictlyDecreasingWith

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