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

getExisting

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


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


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

Overrides MapAssertions.getExisting


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