isNot function
This returns a matcher that inverts matcher
to its logical negation.
Implementation
Matcher isNot(matcher) => new _IsNot(wrapMatcher(matcher));
This returns a matcher that inverts matcher
to its logical negation.
Matcher isNot(matcher) => new _IsNot(wrapMatcher(matcher));