Searched refs:class_to_mock (Results 1 – 1 of 1) sorted by relevance
164 def CreateMock(self, class_to_mock): argument175 new_mock = MockObject(class_to_mock)362 def __init__(self, class_to_mock): argument379 self._class_to_mock = class_to_mock380 for method in dir(class_to_mock):381 if callable(getattr(class_to_mock, method)):