doesNotContainKey

fun <K, V> Assert<Map<K, V>>.doesNotContainKey(key: K)

Asserts the map does not contain the expected key.