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

shouldNotContain

fun <K, V> Map<K, V>.shouldNotContain(key: K, value: V): Unit
infix fun <K, V> Map<K, V>.shouldNotContain(entry: Pair<K, V>): Unit