The goog.labs.testing.IsNotMatcher Class

goog.labs.testing.IsNotMatcher(matcher)

The IsNot matcher.

matcher {!goog.labs.testing.Matcher}
The matcher to negate.

.describe()

Describes why the matcher failed.

.matches()

Determines if the input value doesn't satisfy a matcher.