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