goog.testing.MockInterfaceProvided Bygoog.testing.MockInterfaceAll Known Subinterfacesgoog.testing.MethodMock.MockInternalInterface_All Known Implementationsgoog.testing.LooseMockgoog.testing.Mockgoog.testing.MockRangegoog.testing.StrictMockgoog.testing.editor.FieldMockNo description available.VIEW SOURCEInstance Methodsexpand_morethis.$replay() → voidWrite 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. VIEW SOURCEexpand_morethis.$reset() → voidReset the mock. VIEW SOURCEexpand_morethis.$verify() → voidAssert that the expected function calls match the actual calls. VIEW SOURCEexpand_morethis.$waitAndVerify() → goog.Promise<undefined, ?>Waits for the Mock to gather expectations and then performs verify. ParametersNone.Returnsgoog.Promise<undefined, ?>VIEW SOURCE