inline fun <K, V, T : Map<out K, V>> getExisting(expect: Expect<T>, key: K): ExtractedFeaturePostStep<T, V>
Overrides MapAssertions.getExisting
inline fun <K, V : Any> getExisting(plant: AssertionPlant<Map<out K, V>>, key: K): AssertionPlant<V>
Overrides MapAssertions.getExisting
inline fun <K, V : Any> getExisting(plant: AssertionPlant<Map<out K, V>>, key: K, noinline assertionCreator: AssertionPlant<V>.() -> Unit): Assertion
Overrides MapAssertions.getExisting