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