Home
last modified time | relevance | path

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

/tools/asuite/atest/test_runners/
Dmobly_test_runner.py157 class MoblyTestRunnerError(Exception): class
515 raise MoblyTestRunnerError(_ERROR_TEST_FILE_NOT_FOUND % path_str)
526 raise MoblyTestRunnerError(_ERROR_NO_MOBLY_TEST_PKG)
578 raise MoblyTestRunnerError(_ERROR_INVALID_TESTPARAMS) from e
844 raise MoblyTestRunnerError(_ERROR_NO_TEST_SUMMARY)
Dmobly_test_runner_unittest.py184 mobly_test_runner.MoblyTestRunnerError, 'No Mobly test package'
198 mobly_test_runner.MoblyTestRunnerError, 'Required test file'
274 mobly_test_runner.MoblyTestRunnerError, 'Invalid testparam values'