Home
last modified time | relevance | path

Searched defs:test_infos (Results 1 – 16 of 16) sorted by relevance

/tools/asuite/atest/test_runners/
Drobolectric_test_runner.py68 def run_tests(self, test_infos, extra_args, reporter): argument
84 def run_tests_raw(self, test_infos, extra_args, reporter): argument
108 def run_tests_pretty(self, test_infos, extra_args, reporter): argument
262 def generate_run_commands(self, test_infos, extra_args, port=None): argument
286 def _check_robo_tests_result(test_infos): argument
Dexample_test_runner.py33 def run_tests(self, test_infos, extra_args, reporter): argument
68 def generate_run_commands(self, test_infos, extra_args, port=None): argument
Dvts_tf_test_runner.py59 def run_tests(self, test_infos, extra_args, reporter): argument
115 def generate_run_commands(self, test_infos, extra_args): argument
Dsuite_plan_test_runner.py56 def run_tests(self, test_infos, extra_args, reporter): argument
149 def generate_run_commands(self, test_infos, extra_args): argument
Datest_tf_test_runner.py289 def run_tests(self, test_infos, extra_args, reporter): argument
350 def run_tests_raw(self, test_infos, extra_args, reporter): argument
374 def run_tests_pretty(self, test_infos, extra_args, reporter): argument
786 def _parse_extra_args(self, test_infos, extra_args): argument
829 def generate_run_commands(self, test_infos, extra_args, port=None): argument
948 def _flatten_test_infos(self, test_infos): argument
1051 def _is_all_tests_parameter_auto_enabled(self, test_infos): argument
1064 def _create_test_args(self, test_infos): argument
1148 def _extract_customize_tf_templates(self, extra_args, test_infos): argument
1203 def _has_instant_app_config(test_infos, mod_info): argument
[all …]
Dtest_runner_base.py228 def run_tests(self, test_infos, extra_args, reporter): argument
250 def generate_run_commands(self, test_infos, extra_args, port=None): argument
/tools/asuite/atest/
Dtest_runner_handler_unittest.py55 def run_tests(self, test_infos, extra_args, reporter): argument
61 def get_test_runner_build_reqs(self, test_infos): argument
64 def generate_run_commands(self, test_infos, extra_args, port=None): argument
73 def run_tests(self, test_infos, extra_args, reporter): argument
76 def get_test_runner_build_reqs(self, test_infos): argument
Dtest_runner_handler.py76 def group_tests_by_test_runners(test_infos): argument
Datest_main.py438 def _validate_adb_devices(args, test_infos): argument
600 def is_from_test_mapping(test_infos): argument
612 def _split_test_mapping_tests(test_infos): argument
693 def _dry_run(results_dir, extra_args, test_infos, mod_info): argument
891 def get_device_count_config(test_infos, mod_info): argument
Dtest_runner_invocation.py59 def test_infos(self): member in TestRunnerInvocation
Datest_utils.py813 def update_test_info_cache(test_reference, test_infos, cache_root=None): argument
1741 def has_mixed_type_filters(test_infos): argument
Dbazel_mode.py1793 def run_tests(self, test_infos, extra_args, reporter): argument
1893 def get_test_runner_build_reqs(self, test_infos) -> Set[str]: argument
2004 def generate_run_commands(self, test_infos, extra_args, port=None): argument
Dcli_translator_unittest.py857 def _gather_build_targets(test_infos): argument
Dbazel_mode_unittest.py2797 self, test_infos, build_metadata=None, env=None argument
/tools/asuite/atest/test_finders/
Dcache_finder.py35 def _is_latest_testinfos(self, test_infos): argument
68 def _is_test_infos_valid(self, test_infos): argument
Dmodule_finder.py650 def _get_matched_test_infos(self, test_infos, methods): argument