Home
last modified time | relevance | path

Searched refs:BaseTestError (Results 1 - 2 of 2) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/core/
H A Dexception.py70 class BaseTestError(Exception): class
75 super(BaseTestError, self).__init__(error_msg)
H A Dtest_case.py37 from devicetest.core.exception import BaseTestError namespace
69 BaseTestError is raised if the name is null.
72 raise BaseTestError(ErrorMessage.TestCase.Code_0203004.format(name))
193 except (AppInstallError, BaseTestError, DeviceNotFound, DeviceTestError,
295 except BaseTestError as exception:

Completed in 3 milliseconds