Class goog.testing.mockmatchers.SaveArgument
code »goog.testing.mockmatchers.ArgumentMatcher
└ goog.testing.mockmatchers.SaveArgument
A matcher that saves the argument that it is verifying so that your unit test can perform extra tests with this argument later. For example, if the argument is a callback method, the unit test can then later call this callback to test the asynchronous portion of the call.
Constructor
goog.testing.mockmatchers.SaveArgument ( opt_matcher, opt_matchName )
Parameters |
---|
|
Show: