Searched refs:PASSED (Results 1 - 20 of 20) sorted by relevance
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 75 self.case_result = RunResult.PASSED # 当前用例执行结果 87 self.step_result = RunResult.PASSED # 当前步骤执行结果 211 if self.case_result == RunResult.PASSED: 213 if self.test_method.result == RunResult.PASSED: 300 self.result = RunResult.PASSED 308 self.result = result or RunResult.PASSED 320 self.result = RunResult.PASSED 327 self.result = RunResult.PASSED
|
H A D | constants.py | 24 PASSED = 'passed' variable in DTConstants 41 PASSED = "Passed" variable in RunResult
|
H A D | test_case.py | 100 self.result = RunResult.PASSED 101 self.last_result = RunResult.PASSED 102 self.test_method_result = RunResult.PASSED 222 and self.test_method_result == RunResult.PASSED: 224 self.print_case_result(test_name, RunResult.PASSED) 367 self.test_method_result = RunResult.PASSED 391 self.test_method_result = RunResult.PASSED 395 if self.test_method_result == RunResult.PASSED: 397 if self.test_method_result == RunResult.PASSED: 409 self.result = RunResult.PASSED [all...] |
H A D | report.py | 105 if result != RunResult.PASSED: 155 if result != RunResult.PASSED:
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | opensource_parser_lite.py | 71 test_result.code = ResultCode.PASSED.value
|
H A D | build_only_parser_lite.py | 24 _COMPILE_PASSED = "compile PASSED" 65 test_result.code = ResultCode.PASSED.value
|
H A D | cpp_parser.py | 119 self.handle_test_ended_tag(message, ResultCode.PASSED) 124 self.handle_test_ended_tag(message, ResultCode.PASSED)
|
H A D | c_parser_lite.py | 162 status_dict = {"PASS": ResultCode.PASSED, "FAIL": ResultCode.FAILED, 191 status_dict = {"PASS": ResultCode.PASSED, "FAIL": ResultCode.FAILED,
|
H A D | oh_yara_parser.py | 72 status_dict = {"pass": ResultCode.PASSED, "fail": ResultCode.FAILED,
|
H A D | oh_rust_parser.py | 108 test_result.code = ResultCode.PASSED.value if \
|
H A D | cpp_parser_lite.py | 144 self.handle_test_ended_tag(message, ResultCode.PASSED) 149 self.handle_test_ended_tag(message, ResultCode.PASSED)
|
H A D | oh_kernel_parser.py | 136 test_result.code = ResultCode.PASSED.value
|
H A D | oh_jsunit_parser.py | 198 test_info.code = ResultCode.PASSED.value 532 test_info.code = ResultCode.PASSED.value 723 return ResultCode.PASSED.value
|
H A D | junit_parser.py | 176 result.code = ResultCode.PASSED.value
|
H A D | jsunit_parser_lite.py | 92 status_dict = {"pass": ResultCode.PASSED, "fail": ResultCode.FAILED,
|
H A D | jsunit_parser.py | 103 status_dict = {"pass": ResultCode.PASSED, "fail": ResultCode.FAILED,
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | suite_reporter.py | 40 PASSED = 0 variable in ResultCode 225 if case_result.code == ResultCode.PASSED.value:
|
/test/testfwk/xdevice/plugins/devicetest/runner/ |
H A D | test_runner.py | 459 status_dict = {RunResult.PASSED: ResultCode.PASSED,
|
H A D | prepare.py | 127 self.cur_case.case_result = RunResult.PASSED
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/ |
H A D | listener.py | 90 if test_result.code != ResultCode.PASSED.value:
|
Completed in 10 milliseconds