Home
last modified time | relevance | path

Searched refs:PASSED (Results 1 - 20 of 20) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py75 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 Dconstants.py24 PASSED = 'passed' variable in DTConstants
41 PASSED = "Passed" variable in RunResult
H A Dtest_case.py100 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 Dreport.py105 if result != RunResult.PASSED:
155 if result != RunResult.PASSED:
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Dopensource_parser_lite.py71 test_result.code = ResultCode.PASSED.value
H A Dbuild_only_parser_lite.py24 _COMPILE_PASSED = "compile PASSED"
65 test_result.code = ResultCode.PASSED.value
H A Dcpp_parser.py119 self.handle_test_ended_tag(message, ResultCode.PASSED)
124 self.handle_test_ended_tag(message, ResultCode.PASSED)
H A Dc_parser_lite.py162 status_dict = {"PASS": ResultCode.PASSED, "FAIL": ResultCode.FAILED,
191 status_dict = {"PASS": ResultCode.PASSED, "FAIL": ResultCode.FAILED,
H A Doh_yara_parser.py72 status_dict = {"pass": ResultCode.PASSED, "fail": ResultCode.FAILED,
H A Doh_rust_parser.py108 test_result.code = ResultCode.PASSED.value if \
H A Dcpp_parser_lite.py144 self.handle_test_ended_tag(message, ResultCode.PASSED)
149 self.handle_test_ended_tag(message, ResultCode.PASSED)
H A Doh_kernel_parser.py136 test_result.code = ResultCode.PASSED.value
H A Doh_jsunit_parser.py198 test_info.code = ResultCode.PASSED.value
532 test_info.code = ResultCode.PASSED.value
723 return ResultCode.PASSED.value
H A Djunit_parser.py176 result.code = ResultCode.PASSED.value
H A Djsunit_parser_lite.py92 status_dict = {"pass": ResultCode.PASSED, "fail": ResultCode.FAILED,
H A Djsunit_parser.py103 status_dict = {"pass": ResultCode.PASSED, "fail": ResultCode.FAILED,
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dsuite_reporter.py40 PASSED = 0 variable in ResultCode
225 if case_result.code == ResultCode.PASSED.value:
/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dtest_runner.py459 status_dict = {RunResult.PASSED: ResultCode.PASSED,
H A Dprepare.py127 self.cur_case.case_result = RunResult.PASSED
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/
H A Dlistener.py90 if test_result.code != ResultCode.PASSED.value:

Completed in 10 milliseconds