isNot function

Matcher isNot (dynamic matcher)

This returns a matcher that inverts matcher to its logical negation.

Implementation

Matcher isNot(matcher) => new _IsNot(wrapMatcher(matcher));