Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DSplitTests.java214 new InstallMultiple().addApk(APK).addApk(APK).runExpectingFailure(); in testDuplicateBase()
218 new InstallMultiple().addApk(APK).addApk(APK_v7).addApk(APK_v7).runExpectingFailure(); in testDuplicateSplit()
222 new InstallMultiple().addApk(APK).addApk(APK_DIFF_CERT_v7).runExpectingFailure(); in testDiffCert()
227 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_CERT_v7).runExpectingFailure(); in testDiffCertInherit()
231 new InstallMultiple().addApk(APK).addApk(APK_DIFF_VERSION_v7).runExpectingFailure(); in testDiffVersion()
236 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_VERSION_v7).runExpectingFailure(); in testDiffVersionInherit()
260 new InstallMultiple().inheritFrom(PKG).addApk(APK_v7).runExpectingFailure(); in testDiffRevisionDowngrade()
DBaseInstallMultiple.java105 void runExpectingFailure() throws DeviceNotAvailableException { in runExpectingFailure() method in BaseInstallMultiple
DIsolatedSplitsTests.java68 new InstallMultiple().addApk(APK_BASE).addApk(APK_FEATURE_B).runExpectingFailure(); in testInstallMissingDependency()