kotest-assertions-core / io.kotest.matchers.maps / kotlin.collections.Map / shouldNotContainAll

shouldNotContainAll

infix fun <K, V> Map<K, V>.shouldNotContainAll(expected: Map<K, V>): Unit