kotest-assertions-core
/
io.kotest.matchers.collections
/
kotlin.Array
/
shouldNotBeMonotonicallyIncreasingWith
shouldNotBeMonotonicallyIncreasingWith
fun
<
T
>
Array
<
T
>
.
shouldNotBeMonotonicallyIncreasingWith
(
comparator
:
Comparator
<
in
T
>
)
:
Unit