Matcher containsValue(value)

Returns a matcher which matches maps containing the given value.

Source

Matcher containsValue(value) => new _ContainsValue(value);