kotest-assertions-core
/
io.kotest.matchers.collections
/
kotlin.collections.Collection
/
shouldExist
shouldExist
infix
fun
<
T
>
Collection
<
T
>
.
shouldExist
(
p
:
(
T
)
->
Boolean
)
:
Unit