Searched refs:commitExpectingFailure (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/ |
D | AtomicInstallTest.java | 90 InstallUtils.commitExpectingFailure(AssertionError.class, in testInstallTwoApksDowngradeFail() 127 InstallUtils.commitExpectingFailure(AssertionError.class, "Missing existing base package", in testChildFailurePropagated() 135 InstallUtils.commitExpectingFailure(AssertionError.class, "Failed to parse", in testEarlyFailureFailsAll() 189 InstallUtils.commitExpectingFailure(AssertionError.class, failMessage, install); in assertInconsistentSettings()
|
/cts/libs/install/src/com/android/cts/install/lib/ |
D | InstallUtils.java | 177 public static void commitExpectingFailure(Class expectedThrowableClass, in commitExpectingFailure() method in InstallUtils
|
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/ |
D | StagedInstallTest.java | 487 InstallUtils.commitExpectingFailure(AssertionError.class, in testNonStagedInstallApkWithSameNameAsApexShouldFail() 635 InstallUtils.commitExpectingFailure(IllegalArgumentException.class, in testInstallApex_DeviceDoesNotSupportApex_Fails()
|