doc / ch.tutteli.atrium.api.infix.en_GB / containsNotKey

containsNotKey

infix fun <K, T : Map<out K, *>> Expect<T>.containsNotKey(key: K): Expect<T> (source)
Deprecated: Use notToContainKey; will be removed with 1.0.0 at the latest

Expects that the subject of this expectation (a Map) does not contain the given key.

Return
an Expect for the subject of this expectation.