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

  /external/chromium_org/third_party/protobuf/python/
mox.py 500 mock_method = self._CreateMockMethod('__call__')
501 return mock_method(*params, **named_params)
1194 def AddMethod(self, mock_method):
1197 def MethodCalled(self, mock_method):
1214 def AddMethod(self, mock_method):
1218 mock_method: A mock method to be added to this group.
1221 self._methods.append(mock_method)
1223 def MethodCalled(self, mock_method):
    [all...]
  /external/protobuf/python/
mox.py 500 mock_method = self._CreateMockMethod('__call__')
501 return mock_method(*params, **named_params)
1194 def AddMethod(self, mock_method):
1197 def MethodCalled(self, mock_method):
1214 def AddMethod(self, mock_method):
1218 mock_method: A mock method to be added to this group.
1221 self._methods.append(mock_method)
1223 def MethodCalled(self, mock_method):
    [all...]

Completed in 275 milliseconds