goog.testing.async.MockControl |
mockControl
: goog.testing.MockControl
The parent MockControl.
|
![]()
Asserts that a deferred object will call its callback with the given value.
Arguments:
|
code » | ||||
![]()
Asserts that a deferred object will have an error and call its errback
function.
Arguments:
|
code » | ||||
![]()
Returns a function that will assert that its arguments are equal to the
arguments given to asyncAssertEquals. In addition, the function also asserts
that it will be called.
Arguments:
Returns: function(...[*]) : void
The mock callback.
|
code » | ||||
Returns a function that will assert that it will be called, and run the given
callback when it is.
|
code » |
The parent MockControl.
|
Code » |