doc / ch.tutteli.atrium.domain.builders.creating / MapAssertionsBuilder / getExistingNullable

getExistingNullable

inline fun <K, V> getExistingNullable(plant: AssertionPlant<Map<out K, V>>, key: K): AssertionPlantNullable<V>

Overrides MapAssertions.getExistingNullable


Deprecated: Switch from Assert to Expect; will be removed with 1.0.0


inline fun <K, V> getExistingNullable(plant: AssertionPlant<Map<out K, V>>, key: K, noinline assertionCreator: AssertionPlantNullable<V>.() -> Unit): Assertion

Overrides MapAssertions.getExistingNullable


Deprecated: Switch from Assert to Expect; will be removed with 1.0.0