Home | History | Annotate | Download | only in python

Lines Matching refs:MockObject

172       MockObject that can be used as the class_to_mock would be.
175 new_mock = MockObject(class_to_mock)
211 This will replace a class or module with a MockObject, and everything else
359 class MockObject(MockAnything, object):
395 MockObject's state (record or replay). The call will be recorded
407 UnknownMethodCallError if the MockObject does not mock the requested
422 return (isinstance(rhs, MockObject) and