HomeSort by relevance Sort by last modified time
    Searched full:stub_function_to_return (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/bin/
setup_job_unittest.py 63 self.god.stub_function_to_return(setup_job.os, 'mkdir', None)
64 self.god.stub_function_to_return(setup_job.os.path, 'exists', True)
65 self.god.stub_function_to_return(self.job, '_load_state', None)
66 self.god.stub_function_to_return(setup_job.logging_manager,
71 self.god.stub_function_to_return(setup_job.logging_manager,
job_unittest.py 59 self.god.stub_function_to_return(job.os, 'mkdir', None)
60 self.god.stub_function_to_return(job.os.path, 'exists', True)
61 self.god.stub_function_to_return(self.job, '_load_state', None)
62 self.god.stub_function_to_return(self.job, 'record', None)
63 self.god.stub_function_to_return(job.shutil, 'copyfile', None)
64 self.god.stub_function_to_return(job.logging_manager,
69 self.god.stub_function_to_return(job.logging_manager,
74 self.god.stub_function_to_return(job.sysinfo, 'sysinfo',
78 self.god.stub_function_to_return(job.harness, 'select', stub_harness())
79 self.god.stub_function_to_return(job.boottool, 'boottool', object()
    [all...]
  /external/autotest/client/common_lib/
site_utils_unittest.py 152 god.stub_function_to_return(utils.CONFIG, 'get_config_value',
154 god.stub_function_to_return(utils.CONFIG, 'get_config_value_regex',
  /external/autotest/client/common_lib/test_utils/
mock.py 425 def stub_function_to_return(self, namespace, symbol, object_to_return): member in class:mock_god
  /external/autotest/frontend/afe/
rpc_interface_unittest.py 151 self.god.stub_function_to_return(rpc_interface.tko_rpc_interface,
  /external/autotest/frontend/afe/doctests/
001_rpc_test.txt 39 >>> mock.mock_god().stub_function_to_return(rpc_interface.tko_rpc_interface,
    [all...]

Completed in 500 milliseconds