Searched refs:runExpectingFailure (Results 1 – 1 of 1) sorted by relevance
220 new InstallMultiple().addApk(APK).addApk(APK).runExpectingFailure(); in testDuplicateBase()224 new InstallMultiple().addApk(APK).addApk(APK_v7).addApk(APK_v7).runExpectingFailure(); in testDuplicateSplit()228 new InstallMultiple().addApk(APK).addApk(APK_DIFF_CERT_v7).runExpectingFailure(); in testDiffCert()233 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_CERT_v7).runExpectingFailure(); in testDiffCertInherit()237 new InstallMultiple().addApk(APK).addApk(APK_DIFF_VERSION_v7).runExpectingFailure(); in testDiffVersion()242 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_VERSION_v7).runExpectingFailure(); in testDiffVersionInherit()266 new InstallMultiple().inheritFrom(PKG).addApk(APK_v7).runExpectingFailure(); in testDiffRevisionDowngrade()376 void runExpectingFailure() throws DeviceNotAvailableException { in runExpectingFailure() method in SplitTests.BaseInstallMultiple