Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/server/cros/network/rf_switch/
H A Drf_switch_ssh_tunnel_unittest.py33 self.god.stub_class_method(scpi_ssh_tunnel.ScpiSshTunnel, '__init__')
34 self.god.stub_class_method(rf_switch.RfSwitch, '__init__')
/aosp_15_r20/external/autotest/client/bin/
H A Dsetup_job_unittest.py157 self.god.stub_class_method(job.base_client_job,
159 self.god.stub_class_method(job.base_client_job, '_cleanup_results_dir')
H A Djob_unittest.py175 self.god.stub_class_method(job.base_client_job,
177 self.god.stub_class_method(job.base_client_job, '_cleanup_results_dir')
/aosp_15_r20/external/autotest/client/common_lib/test_utils/
H A Dmock.py465 def stub_class_method(self, cls, symbol): member in mock_god