Searched refs:runExpectingFailure (Results 1 – 3 of 3) sorted by relevance
214 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()
105 void runExpectingFailure() throws DeviceNotAvailableException { in runExpectingFailure() method in BaseInstallMultiple
68 new InstallMultiple().addApk(APK_BASE).addApk(APK_FEATURE_B).runExpectingFailure(); in testInstallMissingDependency()