Searched refs:failureMessage (Results 1 – 10 of 10) sorted by relevance
116 String failureMessage = "## FAILURE: Can NOT get ClassID for '" in prepareDebuggee() local118 printErrorAndFail(failureMessage); in prepareDebuggee()127 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" in prepareDebuggee() local129 printErrorAndFail(failureMessage); in prepareDebuggee()135 String failureMessage = "## FAILURE: Can NOT get MethodStartCodeIndex for method '" in prepareDebuggee() local137 printErrorAndFail(failureMessage); in prepareDebuggee()141 String failureMessage = "## FAILURE: Can NOT get MethodEndCodeIndex for method '" in prepareDebuggee() local143 printErrorAndFail(failureMessage); in prepareDebuggee()200 String failureMessage = "## FAILURE: Unexpected number of received events in packet = " in receiveEvents() local202 printErrorAndFail(failureMessage); in receiveEvents()[all …]
95 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" in testCombinedEvents_01() local97 printErrorAndFail(failureMessage); in testCombinedEvents_01()109 String failureMessage = "## FAILURE: Can NOT get MethodEntryLocation for method '" in testCombinedEvents_01() local111 printErrorAndFail(failureMessage); in testCombinedEvents_01()218 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" in testCombinedEvents_02() local220 printErrorAndFail(failureMessage); in testCombinedEvents_02()243 String failureMessage = "## FAILURE: Can NOT get MethodEntryLocation for method '" in testCombinedEvents_02() local245 printErrorAndFail(failureMessage); in testCombinedEvents_02()357 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" in testCombinedEvents_03() local359 printErrorAndFail(failureMessage); in testCombinedEvents_03()[all …]
89 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" in testCombinedEvents003_01() local91 printErrorAndFail(failureMessage); in testCombinedEvents003_01()103 String failureMessage = "## FAILURE: Can NOT get MethodEntryLocation for method '" in testCombinedEvents003_01() local105 printErrorAndFail(failureMessage); in testCombinedEvents003_01()332 … String failureMessage = "## FAILURE: Unexpected events' locations are found out!"; in receiveAndCheckEvents() local333 logWriter.println(failureMessage); in receiveAndCheckEvents()
283 String failureMessage = "## FAILURE: Unexpected events' locations are found out!"; in checkEventsLocation() local284 logWriter.println(failureMessage); in checkEventsLocation()
33 String failureMessage = "Verification failed!"; in assertion_error_message_should_start_with_the_custom_specified_message() local35 verify(mock, description(failureMessage)).clear(); in assertion_error_message_should_start_with_the_custom_specified_message()39 assertTrue(e.getMessage().startsWith(failureMessage)); in assertion_error_message_should_start_with_the_custom_specified_message()
39 String failureMessage = "message should be prepended to the original message"; in verification_failure_should_prepend_expected_message() local41 String expectedResult = failureMessage + "\n" + exceptionMessage; in verification_failure_should_prepend_expected_message()45 Description instance = new Description(mockVerificationMode, failureMessage); in verification_failure_should_prepend_expected_message()
629 private IExpectationSetters<Object> expectLastCall(String failureMessage) { in expectLastCall() argument633 throw new IllegalStateException(failureMessage); in expectLastCall()
803 String failureMessage = (String) flexInfo.getFailurePath(path); in checkPattern() local804 if (failureMessage != null) { in checkPattern()807 .setMessage("{0}", new Object[] { failureMessage })); in checkPattern()
5029 private static void assertIllegalStateException(String failureMessage, Runnable runnable) { in assertIllegalStateException() argument5032 fail(failureMessage); in assertIllegalStateException()
5118 private static void assertIllegalStateException(String failureMessage, Runnable runnable) { in assertIllegalStateException() argument5121 fail(failureMessage); in assertIllegalStateException()