| /test/testfwk/xdevice/src/xdevice/_core/executor/ |
| D | abs.py | 44 def _get_suite_result(self, test_result, create=False): argument 48 def _get_test_result(self, test_result, create=False): argument 59 def __ended__(self, lifecycle, test_result, **kwargs): argument 73 def __failed__(self, lifecycle, test_result): argument 80 def _handle_test_suites_start(self, test_result): argument 84 def _handle_testsuite_start(self, test_result): argument 88 def _handle_case_start(self, test_result): argument 92 def _handle_testsuite_end(self, test_result, kwargs): argument 96 def _handle_test_suites_end(self, test_result, kwargs): argument 100 def _handle_case_end(self, test_result): argument [all …]
|
| D | listener.py | 62 def __started__(self, lifecycle, test_result): argument 73 def __ended__(self, lifecycle, test_result, **kwargs): argument 98 def __skipped__(lifecycle, test_result, **kwargs): argument 111 def __failed__(lifecycle, test_result, **kwargs): argument 156 def __started__(self, lifecycle, test_result): argument 160 def __ended__(lifecycle, test_result, **kwargs): argument 166 def __skipped__(lifecycle, test_result, **kwargs): argument 170 def __failed__(lifecycle, test_result, **kwargs): argument 183 def __started__(self, lifecycle, test_result): argument 192 def __ended__(self, lifecycle, test_result=None, **kwargs): argument [all …]
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/executor/ |
| D | listener.py | 46 def __started__(self, lifecycle, test_result): argument 55 def __ended__(self, lifecycle, test_result=None, **kwargs): argument 58 def __skipped__(self, lifecycle, test_result): argument 61 def __failed__(self, lifecycle, test_result): argument 83 def __started__(self, lifecycle, test_result): argument 86 def __ended__(self, lifecycle, test_result=None, **kwargs): argument 100 def __skipped__(self, lifecycle, test_result): argument 103 def __failed__(self, lifecycle, test_result): argument 122 def _get_test_result(self, test_result, create=False): argument 134 def _handle_case_start(self, test_result): argument [all …]
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
| D | junit_parser.py | 208 def report_test_run_started(self, test_result): argument
|