Lines Matching refs:TestSuiteException

24 from .exception import TestSuiteException
83 TestSuiteException: The string does not match any item in the list
89 raise TestSuiteException('test not apk or ndk')
96 TestSuiteException: One or more apks could not be uninstalled.
106 TestSuiteException: An apk could not be uninstalled.
117 raise TestSuiteException('Repeated timeouts when uninstalling '
123 raise TestSuiteException('Unable to uninstall app ' + app)
134 TestSuiteException: An apk could not be uninstalled.
140 raise TestSuiteException('unable to uninstall app ' + app)
146 TestSuiteException: A binary could not be deleted from the device.
158 TestSuiteException: One or more apks could not be installed or
176 TestSuiteException: The apk could not be installed.
190 raise TestSuiteException(self._missing_path_msg)
198 raise TestSuiteException('unable to install app {}: {}'.format(
207 TestSuiteException: An apk could not be installed.
216 TestSuiteException: A binary could not be pushed to the device or
221 raise TestSuiteException(self._missing_path_msg)
235 raise TestSuiteException('unable to push binary ' + app)
246 TestSuiteException: An apk could not be installed.
250 raise TestSuiteException(self._missing_path_msg)
280 TestSuiteException: The app name is not in the list of apks.
289 raise TestSuiteException(msg)
302 TestSuiteException: Previous processes of this apk could not be
352 TestSuiteException: Not all apps are installed.
363 raise TestSuiteException('apk %s is not installed.' % app)
369 raise TestSuiteException('app %s is not installed.' % app)