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