labs.testing.AnythingMatcher Extends
The Anything matcher. Matches all possible inputs.

Inheritance

Constructor

goog.labs.testing.AnythingMatcher()

Instance Methods

Public Protected Private
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