mockclassfactory.js
No description.

File Location

/goog/testing/mockclassfactory.js

Classes

goog.testing.MockClassFactory
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.
goog.testing.MockClassRecord
A record that represents all the data associated with a mock replacement of a given class.

Directory testing

File Reference