testing.mockmatchers.IgnoreArgument
A matcher that always returns true. It is useful when the user does not care for some arguments. For example: mockFunction('username', 'password', IgnoreArgument);

Inheritance

Constructor

goog.testing.mockmatchers.IgnoreArgument()
Public Protected Private

Instance Properties

constructor :
No description.
Code »

Static Properties

goog.testing.mockmatchers.IgnoreArgument.superClass_ :
No description.
Code »

Package testing.mockmatchers

Package Reference