doc / ch.tutteli.atrium.domain.creating / MapEntryAssertions / isKeyValue

isKeyValue

abstract fun <K, V, T : Entry<K, V>> isKeyValue(expect: Expect<T>, key: K, value: V): Assertion (source)
abstract fun <K : Any, V : Any> isKeyValue(plant: AssertionPlant<Entry<K, V>>, key: K, value: V): Assertion (source)
Deprecated: Switch from Assert to Expect; will be removed with 1.0.0