goog.labs.mock.StubBinder_ |
mockManager
: !goog.labs.mock.MockManager_
The mock manager.
|
name
: ?string
The method name.
|
args
: !Array
The other arguments to the method.
|
![]()
Defines the stub to be called for the method name and arguments bound
earlier.
TODO(user): Add support for the 'Answer' interface.
Arguments:
|
code » | ||
![]()
Defines the stub to return a specific value for a method name and arguments.
Arguments:
|
code » |