goog.testing.mockmatchers.IgnoreArgument
Provided By | |
---|---|
Extends |
A matcher that always returns true. It is useful when the user does not care for some arguments. For example: mockFunction('username', 'password', new IgnoreArgument());
new IgnoreArgument()
Parameters | None. |
---|