Searched defs:mock_config (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/tools/asuite/atest/test_runners/ |
H A D | atest_tf_test_runner_unittest.py | 792 def test_create_test_args(self, mock_config): argument 819 self, mock_config argument 965 def test_has_instant_app_config(self, mock_config): argument 1030 def test_is_parameter_auto_enabled_cfg(self, mock_config, mock_cfg_para): argument 1072 self, mock_config, _mock_is_enable argument 1085 def test_parse_extra_args(self, mock_config, _mock_is_enable): argument 1203 self, mock_config, _mock_is_all argument 1226 self, mock_config, _mock_is_enable, _mock_is_all argument
|
/aosp_15_r20/tools/asuite/aidegen/lib/ |
H A D | project_file_gen_unittest.py | 78 def test_generate_modules_xml(self, mock_project, mock_config): argument 193 def test_update_enable_debugger(self, mock_project, mock_config): argument
|
H A D | ide_util_unittest.py | 161 def test_config_ide(self, mock_config, mock_paths, mock_preference): argument 636 def test_get_ide_util_instance(self, mock_config, mock_ide_installed): argument
|
H A D | source_locator_unittest.py | 506 def test_collect_dep_paths(self, mock_config, mock_get_paths, argument
|
/aosp_15_r20/tools/asuite/aidegen/ |
H A D | aidegen_main_unittest.py | 97 def test_generate_project_files(self, mock_eclipse, mock_ide, mock_config, argument 562 def test_aidegen_main(self, mock_config, mock_get_ide, mock_mod_info, argument
|
/aosp_15_r20/external/python/mobly/tests/mobly/ |
D | test_runner_test.py | 334 def test_main_parse_args(self, mock_test_runner, mock_config, mock_find_test): argument
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_config.py | 207 def mock_config(self): member in IdleConfTest
|