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

shouldNotBeMonotonicallyDecreasing

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