Closure Library API Documentation
Go to class or file:
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);
Useful links
Source Code
Git
Inheritance
goog.testing.mockmatchers.IgnoreArgument
Constructor
goog.testing.mockmatchers.IgnoreArgument(
)
Public
Protected
Private
Instance Properties
Defined in
goog.testing.mockmatchers.IgnoreArgument
constructor
:
No description.
Code »
Static Properties
goog.testing.mockmatchers.IgnoreArgument.
superClass_
:
No description.
Code »
Package testing.mockmatchers
Package Reference