Home
last modified time | relevance | path

Searched refs:RunSection (Results 1 - 3 of 3) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/core/
H A Dconstants.py27 class RunSection(object): class
H A Dtest_case.py51 from devicetest.core.constants import RunSection namespace
103 self.section = RunSection.SETUP
326 self.section = RunSection.SETUP
334 self.section = RunSection.TEARDOWN
352 self.section = RunSection.TEST
372 self.section = RunSection.TEARDOWN
853 return DeccVariable.cur_case().run_section == RunSection.TEARDOWN
H A Dvariables.py24 from devicetest.core.constants import RunSection namespace
74 self.run_section = "" # RunSection.SETUP
83 self.step_section = RunSection.SETUP # 用例方法setup/test/teardown

Completed in 3 milliseconds