kotest-assertions-core
/
io.kotest.matchers.collections
/
shouldContain
shouldContain
infix
fun
<
T
,
C
:
Collection
<
T
>
>
C
.
shouldContain
(
t
:
T
)
:
Unit