Searched defs:test_result (Results 1 – 3 of 3) sorted by relevance
| /test/xdevice/extension/src/xdevice_extension/_core/executor/ |
| D | listener.py | 43 def __started__(self, lifecycle, test_result): argument 52 def __ended__(self, lifecycle, test_result=None, **kwargs): argument 55 def __skipped__(self, lifecycle, test_result): argument 58 def __failed__(self, lifecycle, test_result): argument 74 def __started__(self, lifecycle, test_result): argument 77 def __ended__(self, lifecycle, test_result=None, **kwargs): argument 87 def __skipped__(self, lifecycle, test_result): argument 90 def __failed__(self, lifecycle, test_result): argument 112 def __started__(self, lifecycle, test_result): argument 115 def __ended__(self, lifecycle, test_result=None, **kwargs): argument [all …]
|
| /test/xdevice/src/xdevice/_core/executor/ |
| D | listener.py | 158 def __started__(self, lifecycle, test_result): argument 169 def __ended__(self, lifecycle, test_result, **kwargs): argument 194 def __skipped__(lifecycle, test_result, **kwargs): argument 207 def __failed__(lifecycle, test_result, **kwargs): argument 225 def _get_suite_result(self, test_result, create=False): argument 237 def _get_test_result(self, test_result, create=False): argument 253 def __started__(self, lifecycle, test_result): argument 272 def __ended__(self, lifecycle, test_result=None, **kwargs): argument 330 def __skipped__(self, lifecycle, test_result): argument 335 def __failed__(self, lifecycle, test_result): argument [all …]
|
| /test/xdevice/extension/src/xdevice_extension/_core/driver/ |
| D | parser.py | 581 def report_test_run_started(self, test_result): argument 1136 def report_test_run_started(self, test_result): argument
|