The goog.testing.MockInterface Interface

goog.testing.MockInterface()

unhandled information:

type
'interface'

.$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.

.$reset()

Reset the mock.

.$verify()

Assert that the expected function calls match the actual calls.