Class goog.testing.mockmatchers.ArgumentMatcher
code »A simple interface for executing argument matching. A match in this case is testing to see if a supplied object fits a given criteria. True is returned if the given criteria is met.
Constructor
Show:
Instance Methods
A function that takes a match argument and an optional MockExpectation
which (if provided) will get error information and returns whether or
not it matches.
Parameters |
---|
|
Returns |
|