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

shouldNotBeStrictlyIncreasing

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