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)

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

Return
an Expect for the subject of this expectation.