kotest-assertions-core
/
io.kotest.matchers.maps
/
kotlin.collections.Map
/
shouldContainExactly
shouldContainExactly
infix
fun
<
K
,
V
>
Map
<
K
,
V
>
.
shouldContainExactly
(
expected
:
Map
<
K
,
V
>
)
:
Unit