Closure Library API Documentation
Go to class or file:
testing.MockInterface
No description.
Useful links
Source Code
Git
Inheritance
goog.testing.MockInterface
Constructor
goog.testing.MockInterface(
)
Instance Methods
Public
Protected
Private
Defined in
goog.testing.MockInterface
$replay
()
Write down all the expected functions that have been called on the mock so far. From here on out, future function calls will be compared against this list.
code »
$reset
()
Reset the mock.
code »
$verify
()
Assert that the expected function calls match the actual calls.
code »
Package testing
Package Reference