Home
last modified time | relevance | path

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

/test/testfwk/xdevice/plugins/devicetest/core/
H A Drecord.py19 from devicetest.core.exception import TestTerminated namespace
39 raise TestTerminated(err_msg)
H A Dexception.py115 class TestTerminated(Exception): class
119 super(TestTerminated, self).__init__(error_msg)
H A Dtest_case.py46 from devicetest.core.exception import TestTerminated namespace
194 TestAssertionError, TestError, TestFailure, TestTerminated, TestAbortManual) as exception:
257 TestAssertionError, TestError, TestAbortManual, TestTerminated) as exception:

Completed in 3 milliseconds