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

shouldNotBeStrictlyDecreasing

fun <T : Comparable<T>> List<T>.shouldNotBeStrictlyDecreasing(): Unit