/tools/asuite/atest/test_runners/ |
D | robolectric_test_runner.py | 68 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
|
D | example_test_runner.py | 33 def run_tests(self, test_infos, extra_args, reporter): argument 68 def generate_run_commands(self, test_infos, extra_args, port=None): argument
|
D | vts_tf_test_runner.py | 59 def run_tests(self, test_infos, extra_args, reporter): argument 115 def generate_run_commands(self, test_infos, extra_args): argument
|
D | suite_plan_test_runner.py | 56 def run_tests(self, test_infos, extra_args, reporter): argument 149 def generate_run_commands(self, test_infos, extra_args): argument
|
D | atest_tf_test_runner.py | 289 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 …]
|
D | test_runner_base.py | 228 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/ |
D | test_runner_handler_unittest.py | 55 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
|
D | test_runner_handler.py | 76 def group_tests_by_test_runners(test_infos): argument
|
D | atest_main.py | 438 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
|
D | test_runner_invocation.py | 59 def test_infos(self): member in TestRunnerInvocation
|
D | atest_utils.py | 813 def update_test_info_cache(test_reference, test_infos, cache_root=None): argument 1741 def has_mixed_type_filters(test_infos): argument
|
D | bazel_mode.py | 1793 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
|
D | cli_translator_unittest.py | 857 def _gather_build_targets(test_infos): argument
|
D | bazel_mode_unittest.py | 2797 self, test_infos, build_metadata=None, env=None argument
|
/tools/asuite/atest/test_finders/ |
D | cache_finder.py | 35 def _is_latest_testinfos(self, test_infos): argument 68 def _is_test_infos_valid(self, test_infos): argument
|
D | module_finder.py | 650 def _get_matched_test_infos(self, test_infos, methods): argument
|