doc / ch.tutteli.atrium.domain.creating / MapAssertions / getExistingNullable
getExistingNullable
abstract fun <K, V> getExistingNullable(plant: AssertionPlant<Map<out K, V>>, key: K): AssertionPlantNullable<V>
(source)
Deprecated: Switch from Assert to Expect and use getExisting instead; will be removed with 1.0.0
abstract fun <K, V> getExistingNullable(plant: AssertionPlant<Map<out K, V>>, key: K, assertionCreator: AssertionPlantNullable<V>.() -> Unit): Assertion
(source)
Deprecated: Switch from Assert to Expect and use getExisting instead; will be removed with 1.0.0