Searched refs:failMessage (Results 1 – 8 of 8) sorted by relevance
115 String failMessage = "The potential reasons for the failure:\n"; in testReclaimResource() local125 Assert.assertTrue(failMessage + reasons.toString(), result); in testReclaimResource()
866 String failMessage = "In order to pass the test, please publish following " + in testGetMaxSupportedInstances() local868 fail(failMessage + xmlOverrides.toString()); in testGetMaxSupportedInstances()
110 private void failMessage() { in failMessage() method in ApnDatabaseTest183 failMessage(); in testValidCase()239 failMessage(); in testQueryConflictCase()306 failMessage(); in testUpdateConflictCase()381 failMessage(); in testDeleteConflictCase()
229 private void failMessage() { in failMessage() method in CarrierApiTest247 failMessage(); in testHasCarrierPrivileges()400 failMessage(); in testGetIccAuthentication()418 failMessage(); in testSendDialerSpecialCode()457 failMessage(); in testSubscriptionInfoListing()474 failMessage(); in testCarrierConfigIsAccessible()503 failMessage(); in testTelephonyApisAreAccessible()526 failMessage(); in testVoicemailTableIsAccessible()550 failMessage(); in testVoicemailStatusTableIsAccessible()597 failMessage(); in testSubscriptionInfoChangeListener()
356 final String failMessage; in assertAppOrTokenUsed() local358 failMessage = entity + " not found in list of active activities and tokens"; in assertAppOrTokenUsed()360 failMessage = entity + " found in list of active activities and tokens"; in assertAppOrTokenUsed()363 TestUtils.waitUntil(failMessage, ASSERT_TIMEOUT_SECONDS, () -> { in assertAppOrTokenUsed()
320 private void expectSecurityException(ExceptionRunnable action, String failMessage) in expectSecurityException() argument324 fail(failMessage); in expectSecurityException()330 private void expectNameNotFoundException(ExceptionRunnable action, String failMessage) in expectNameNotFoundException() argument334 fail(failMessage); in expectNameNotFoundException()
188 private static void assertInconsistentSettings(String failMessage, Install install) { in assertInconsistentSettings() argument189 InstallUtils.commitExpectingFailure(AssertionError.class, failMessage, install); in assertInconsistentSettings()
942 private void failTest(String failMessage) { in failTest() argument958 builder.setMessage(getString(R.string.dialog_fail_test) + ". " + failMessage) in failTest()