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

shouldBeStrictlyIncreasing

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