Searched refs:checkFailure (Results 1 – 2 of 2) sorted by relevance
300 Matcher<? super T> checkFailure) throws Exception { in testReadSuccessAndFailure() argument305 assertThat(value, checkFailure); in testReadSuccessAndFailure()312 Matcher<Throwable> checkFailure) throws Exception { in testReadSuccessAndFailureException() argument316 MatcherUtils.assertThrows(checkFailure, getValue::apply); in testReadSuccessAndFailureException()
931 CommitIntentReceiver.checkFailure( in testInstallerChecksumsTrustAllWrongName()1799 public static void checkFailure(Intent result, int expectedStatus, in checkFailure() method in ChecksumsTest.CommitIntentReceiver1808 public static void checkFailure(Intent result, String expectedStatusMessage) { in checkFailure() method in ChecksumsTest.CommitIntentReceiver1809 checkFailure(result, PackageInstaller.STATUS_FAILURE, expectedStatusMessage); in checkFailure()