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