Home
last modified time | relevance | path

Searched refs:test_case_attributes (Results 1 – 1 of 1) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/report/
Dsuite_reporter.py191 test_case_element, test_case_attributes = self._initial_test_case(
195 self.update_attributes(case_result, test_case_attributes,
200 test_case_attributes)
218 def update_attributes(cls, case_result, test_case_attributes, argument
221 test_case_attributes[ReportConstant.status] = ReportConstant.run
222 test_case_attributes[ReportConstant.result] = ReportConstant.true
223 test_case_attributes[ReportConstant.message] = ""
225 test_case_attributes[ReportConstant.status] = ReportConstant.run
226 test_case_attributes[ReportConstant.result] = ReportConstant.false
230 test_case_attributes[ReportConstant.status] = ReportConstant.skip
[all …]