search

goog.testing.MockClassFactory

Provided By

A factory used to create new mock class instances. It is able to generate both static and loose mocks. The MockClassFactory is a singleton since it tracks the classes that have been mocked internally.

new MockClassFactory()

Parameters

None.

Instance Methods