kotest-assertions-core
/
io.kotest.matchers.collections
/
kotlin.Array
/
shouldHaveAtMostSize
shouldHaveAtMostSize
infix
fun
<
T
>
Array
<
T
>
.
shouldHaveAtMostSize
(
n
:
Int
)
:
Unit