Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py387 def test_AndroidDevice_start_adb_logcat(self, proc_mock, FastbootProxy, argument
395 return_value=proc_mock) as create_proc_mock:
402 proc_mock.start.assert_called_with()
405 proc_mock.is_running.return_value = True
438 def test_AndroidDevice_stop_adb_logcat(self, proc_mock, FastbootProxy, argument
445 ad.adb_logcat_process = proc_mock
449 proc_mock.is_running.return_value = False
455 proc_mock.is_running.return_value = True
457 proc_mock.stop.assert_called_with()