Home
last modified time | relevance | path

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

/tools/acloud/create/
Dgoldfish_local_image_local_instance_test.py90 def _SetUpMocks(self, mock_popen, mock_utils, mock_instance): argument
91 mock_utils.IsSupportedPlatform.return_value = True
128 def testCreateAVDInBuildEnvironment(self, mock_popen, mock_utils, argument
131 self._SetUpMocks(mock_popen, mock_utils, mock_instance)
170 mock_utils.SetExecutable.assert_called_with(self._emulator_path)
183 mock_utils, mock_instance): argument
185 self._SetUpMocks(mock_popen, mock_utils, mock_instance)
222 mock_utils.SetExecutable.assert_called_with(self._emulator_path)
237 def testCreateAVDTimeout(self, mock_popen, mock_utils, mock_instance): argument
239 self._SetUpMocks(mock_popen, mock_utils, mock_instance)
[all …]
Dlocal_image_local_instance_test.py100 mock_lock_instance, mock_get_image, mock_utils): argument
102 mock_utils.IsSupportedPlatform.return_value = True