Searched refs:proc_mock (Results 1 – 1 of 1) sorted by relevance
387 def test_AndroidDevice_start_adb_logcat(self, proc_mock, FastbootProxy, argument395 return_value=proc_mock) as create_proc_mock:402 proc_mock.start.assert_called_with()405 proc_mock.is_running.return_value = True438 def test_AndroidDevice_stop_adb_logcat(self, proc_mock, FastbootProxy, argument445 ad.adb_logcat_process = proc_mock449 proc_mock.is_running.return_value = False455 proc_mock.is_running.return_value = True457 proc_mock.stop.assert_called_with()