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

  /external/autotest/site_utils/
cloud_console_client_unittest.py 24 self._stubs = mox.stubout.StubOutForTesting()
25 self._stubs.Set(cloud_console_client, '_create_pubsub_client',
29 self._stubs.UnsetAll()
  /external/autotest/client/common_lib/test_utils/
mock.py 282 self._stubs = []
405 self._stubs.append(newstub)
446 for stub in reversed(self._stubs):
449 self._stubs.remove(stub)
456 self._stubs.reverse()
457 for stub in self._stubs:
459 self._stubs = []

Completed in 98 milliseconds