class MapContainsMatcher<K, V> : Matcher<Map<K, V>>
MapContainsMatcher(expected: Map<K, V>, ignoreExtraKeys: Boolean = false)
fun test(value: Map<K, V>): MatcherResult