Home
last modified time | relevance | path

Searched refs:expected_call_count (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
Dmock_function.py34 def CheckAndReset(self, expected_call_count): argument
37 if expected_call_count == actual_call_count:
40 (self._fn.__name__, expected_call_count, actual_call_count))