Home
last modified time | relevance | path

Searched defs:mock_config (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/tools/asuite/atest/test_runners/
H A Datest_tf_test_runner_unittest.py792 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 Dproject_file_gen_unittest.py78 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 Dide_util_unittest.py161 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 Dsource_locator_unittest.py506 def test_collect_dep_paths(self, mock_config, mock_get_paths, argument
/aosp_15_r20/tools/asuite/aidegen/
H A Daidegen_main_unittest.py97 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/
Dtest_runner_test.py334 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/
Dtest_config.py207 def mock_config(self): member in IdleConfTest