containsValue function

Matcher containsValue (dynamic value)

Returns a matcher which matches maps containing the given value.

Implementation

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