labs.testing.IsNotMatcher Extends
The IsNot matcher.

Inheritance

Constructor

goog.labs.testing.IsNotMatcher(matcher)

Parameters

matcher : !goog.labs.testing.Matcher
The matcher to negate.

Instance Methods

Public Protected Private
describe()
Describes why the matcher failed.
code »
matches()
Determines if the input value doesn't satisfy a matcher.
code »

Instance Properties

No description.
Code »

Package labs.testing

Package Reference