Closure Library API Documentation
Go to class or file:
labs.testing.IsNotMatcher
Extends
The IsNot matcher.
Useful links
Source Code
Git
Inheritance
goog.labs.testing.IsNotMatcher
Constructor
goog.labs.testing.IsNotMatcher(
matcher
)
Parameters
matcher
:
!
goog.labs.testing.Matcher
The matcher to negate.
Instance Methods
Public
Protected
Private
Defined in
goog.labs.testing.IsNotMatcher
describe
()
Describes why the matcher failed.
code »
matches
()
Determines if the input value doesn't satisfy a matcher.
code »
Instance Properties
Defined in
goog.labs.testing.IsNotMatcher
matcher_
:
goog.labs.testing.Matcher
No description.
Code »
Package labs.testing
Package Reference