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

containsKeyWithValueAssertions

abstract fun <K, V : Any, T : Map<out K, V?>> containsKeyWithValueAssertions(expect: Expect<T>, valueType: KClass<V>, keyValues: List<Pair<K, (Expect<V>.() -> Unit)?>>): Assertion
abstract fun <K, V : Any> containsKeyWithValueAssertions(plant: AssertionPlant<Map<out K, V?>>, keyValues: List<Pair<K, (Assert<V>.() -> Unit)?>>): Assertion
Deprecated: Switch from Assert to Expect; will be removed with 1.0.0