strikt-core / strikt.assertions / hasEntry

hasEntry

fun <T : Map<K, V>, K, V> Builder<T>.hasEntry(key: K, value: V): Builder<T>

Asserts that the subject map contains an entry indexed by key with a value equal to value.