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

getExisting

abstract fun <K, V, T : Map<out K, V>> getExisting(expect: Expect<T>, key: K): ExtractedFeaturePostStep<T, V>
abstract fun <K, V : Any> getExisting(plant: AssertionPlant<Map<out K, V>>, key: K): AssertionPlant<V>
Deprecated: Switch from Assert to Expect; will be removed with 1.0.0


abstract fun <K, V : Any> getExisting(plant: AssertionPlant<Map<out K, V>>, key: K, assertionCreator: AssertionPlant<V>.() -> Unit): Assertion
Deprecated: Switch from Assert to Expect; will be removed with 1.0.0