Searched defs:test_result (Results 1 – 3 of 3) sorted by relevance
| /test/testfwk/xdevice/plugins/ohos/src/ohos/executor/ |
| D | listener.py | 41 def __started__(self, lifecycle, test_result): argument 50 def __ended__(self, lifecycle, test_result=None, **kwargs): argument 53 def __skipped__(self, lifecycle, test_result): argument 56 def __failed__(self, lifecycle, test_result): argument 78 def __started__(self, lifecycle, test_result): argument 81 def __ended__(self, lifecycle, test_result=None, **kwargs): argument 95 def __skipped__(self, lifecycle, test_result): argument 98 def __failed__(self, lifecycle, test_result): argument
|
| /test/testfwk/xdevice/src/xdevice/_core/executor/ |
| D | listener.py | 160 def __started__(self, lifecycle, test_result): argument 171 def __ended__(self, lifecycle, test_result, **kwargs): argument 195 def __skipped__(lifecycle, test_result, **kwargs): argument 208 def __failed__(lifecycle, test_result, **kwargs): argument 226 def _get_suite_result(self, test_result, create=False): argument 238 def _get_test_result(self, test_result, create=False): argument 254 def __started__(self, lifecycle, test_result): argument 273 def __ended__(self, lifecycle, test_result=None, **kwargs): argument 331 def __skipped__(self, lifecycle, test_result): argument 336 def __failed__(self, lifecycle, test_result): argument [all …]
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
| D | parser.py | 588 def report_test_run_started(self, test_result): argument
|