Home
last modified time | relevance | path

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

/test/app_compat/csuite/integration_tests/
Dcsuite_crash_detection_test.py35 test_app_package = 'android.csuite.nocrashtestapp'
39 test_app_package=test_app_package,
44 self.expect_app_launched(test_app_package, msg=str(completed_process))
45 self.expect_package_not_installed(test_app_package,
49 test_app_package = 'android.csuite.crashonlaunchtestapp'
53 test_app_package=test_app_package,
58 self.expect_app_launched(test_app_package, msg=str(completed_process))
59 self.expect_package_not_installed(test_app_package,
62 def run_test(self, test_app_package, test_app_module): argument
67 self.adb.uninstall(test_app_package, check=False)
[all …]