goog.labs.mock.MethodBinding_ |
methodName
: ?string
The name of the method being stubbed.
|
args
: !Array
The arguments passed to the method.
|
stub
: !Function
The stub function to be called for the given method.
|
No description.
Returns: string
The method name for this binding.
|
code » | |
No description.
Returns: !Function
The stub to be executed.
|
code » | |
Determines whether the given args match the stored args_. Used to determine
which stub to invoke for a method.
|
code » | |
No description.
Returns: string
A readable string representation of the binding
as a method call.
|
code » |