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

shouldNotBeStrictlyIncreasing

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