Searched refs:failMessage (Results 1 – 4 of 4) sorted by relevance
88 private void failMessage() { in failMessage() method in CarrierApiTest106 failMessage(); in testHasCarrierPrivileges()
115 String failMessage = "The potential reasons for the failure:\n"; in testReclaimResource() local125 Assert.assertTrue(failMessage + reasons.toString(), result); in testReclaimResource()
667 String failMessage = "In order to pass the test, please publish following " + in testGetMaxSupportedInstances() local669 fail(failMessage + xmlOverrides.toString()); in testGetMaxSupportedInstances()
748 private void failTest(String failMessage) { in failTest() argument764 builder.setMessage(getString(R.string.dialog_fail_test) + ". " + failMessage) in failTest()