Searched refs:failMessage (Results 1 – 7 of 7) 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()
360 final String failMessage; in assertAppOrTokenUsed() local362 failMessage = entity + " not found in list of active activities and tokens"; in assertAppOrTokenUsed()364 failMessage = entity + " found in list of active activities and tokens"; in assertAppOrTokenUsed()367 TestUtils.waitUntil(failMessage, ASSERT_TIMEOUT_SECONDS, () -> { in assertAppOrTokenUsed()
245 private void waitForServiceReady(String failMessage) { in waitForServiceReady() argument252 fail(failMessage + " within " in waitForServiceReady()
367 private void expectSecurityException(ExceptionRunnable action, String failMessage) in expectSecurityException() argument371 fail(failMessage); in expectSecurityException()377 private void expectNameNotFoundException(ExceptionRunnable action, String failMessage) in expectNameNotFoundException() argument381 fail(failMessage); in expectNameNotFoundException()
392 private static void assertInconsistentSettings(String failMessage, Install install) { in assertInconsistentSettings() argument393 InstallUtils.commitExpectingFailure(IllegalStateException.class, failMessage, install); in assertInconsistentSettings()
954 private void failTest(String failMessage) { in failTest() argument970 builder.setMessage(getString(R.string.dialog_fail_test) + ". " + failMessage) in failTest()