/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 | 317 def run_tests(self, test_infos, extra_args, reporter): argument 396 def run_tests_raw(self, test_infos, extra_args, reporter): argument 420 def run_tests_pretty(self, test_infos, extra_args, reporter): argument 857 def _parse_extra_args(self, test_infos, extra_args): argument 900 def generate_run_commands(self, test_infos, extra_args, port=None): argument 1023 def _flatten_test_infos(self, test_infos): argument 1126 def _is_all_tests_parameter_auto_enabled(self, test_infos): argument 1274 def _has_instant_app_config(test_infos, mod_info): argument 1315 def _handle_native_tests(self, test_infos): argument
|
D | test_runner_base.py | 253 def run_tests(self, test_infos, extra_args, reporter): argument 275 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 | test_runner_invocation.py | 46 def test_infos(self): member in TestRunnerInvocation
|
D | atest_main.py | 414 def _validate_adb_devices(args, test_infos): argument 534 def is_from_test_mapping(test_infos): argument 546 def _split_test_mapping_tests(test_infos): argument 584 def get_device_count_config(test_infos, mod_info): argument
|
D | result_reporter.py | 300 test_infos=None, argument
|
D | atest_utils.py | 920 def update_test_info_cache(test_reference, test_infos, cache_root=None): argument 1848 def has_mixed_type_filters(test_infos): argument
|
D | bazel_mode.py | 1794 def run_tests(self, test_infos, extra_args, reporter): argument 1894 def get_test_runner_build_reqs(self, test_infos) -> Set[str]: argument 2005 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
|
/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 | 661 def _get_matched_test_infos(self, test_infos, methods): argument
|