Home
last modified time | relevance | path

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

/test/testfwk/developer_test/src/core/driver/
Dparser.py42 def is_running(self): member in CaseResult
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dlistener.py54 def is_running(self): member in CaseResult
109 return test is not None and test.is_running()
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
Dparser_lite.py234 if not test_result.is_running():
Dparser.py226 if not test_result.is_running():