doc / ch.tutteli.atrium.domain.creating / MapAssertions / contains

contains

abstract fun <K, V, T : Map<out K, V>> contains(expect: Expect<T>, keyValuePairs: List<Pair<K, V>>): Assertion
abstract fun <K, V> contains(plant: AssertionPlant<Map<out K, V>>, keyValuePairs: List<Pair<K, V>>): Assertion
Deprecated: Switch from Assert to Expect; will be removed with 1.0.0