fun <K, V> Map<K, V>.shouldContain(key: K, value: V): Unit
infix fun <K, V> Map<K, V>.shouldContain(entry: Pair<K, V>): Unit