Closure Library API Documentation
Go to class or file:
labs.testing.AnythingMatcher
Extends
The Anything matcher. Matches all possible inputs.
Useful links
Source Code
Git
Inheritance
goog.labs.testing.AnythingMatcher
Constructor
goog.labs.testing.AnythingMatcher(
)
Instance Methods
Public
Protected
Private
Defined in
goog.labs.testing.AnythingMatcher
describe
()
This method is never called but is needed so AnythingMatcher implements the Matcher interface.
code »
matches
()
Matches anything. Useful if one doesn't care what the object under test is.
code »
Package labs.testing
Package Reference