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

getExistingNullable

abstract fun <K, V> getExistingNullable(plant: AssertionPlant<Map<out K, V>>, key: K): AssertionPlantNullable<V>
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
Deprecated: Switch from Assert to Expect and use getExisting instead; will be removed with 1.0.0