kotest-assertions-core
/
io.kotest.matchers.collections
/
kotlin.collections.Collection
/
shouldHaveSize
shouldHaveSize
infix
fun
<
T
>
Collection
<
T
>
.
shouldHaveSize
(
size
:
Int
)
:
Unit