Namespace goog.testing.MethodMock
code »Mocks an existing function. Creates a goog.testing.FunctionMock and registers it in the given scope with the name specified by functionName.
Main
MethodMock ( scope, functionName, opt_strictness ) ⇒
!goog.testing.MockInterface
Show: