Home

Class goog.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);

extends goog.testing.mockmatchers.ArgumentMatcher