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

shouldNotBeMonotonicallyIncreasing

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