HomeSort by relevance Sort by last modified time
    Searched refs:class_to_mock (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/python/
mox.py 164 def CreateMock(self, class_to_mock):
168 # class_to_mock: the class to be mocked
169 class_to_mock: class
172 MockObject that can be used as the class_to_mock would be.
175 new_mock = MockObject(class_to_mock)
362 def __init__(self, class_to_mock):
368 # class_to_mock: class to be mocked
369 class_to_mock: class
379 self._class_to_mock = class_to_mock
380 for method in dir(class_to_mock)
    [all...]
  /external/protobuf/python/
mox.py 164 def CreateMock(self, class_to_mock):
168 # class_to_mock: the class to be mocked
169 class_to_mock: class
172 MockObject that can be used as the class_to_mock would be.
175 new_mock = MockObject(class_to_mock)
362 def __init__(self, class_to_mock):
368 # class_to_mock: class to be mocked
369 class_to_mock: class
379 self._class_to_mock = class_to_mock
380 for method in dir(class_to_mock)
    [all...]

Completed in 601 milliseconds