Home
last modified time | relevance | path

Searched refs:printTestLog (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionUncaughtTest.java51 printTestLog("STARTED..."); in testExceptionUncaughtEvent_ExceptionObject()
57 printTestLog("returnedException.objectID = " + returnedException.objectID); in testExceptionUncaughtEvent_ExceptionObject()
61 printTestLog("returnedException.tag = " + returnedException.objectID); in testExceptionUncaughtEvent_ExceptionObject()
68 printTestLog("returnedExceptionSignature = |" + returnedExceptionSignature+"|"); in testExceptionUncaughtEvent_ExceptionObject()
73 printTestLog("resume debuggee..."); in testExceptionUncaughtEvent_ExceptionObject()
89 printTestLog("STARTED..."); in testExceptionUncaughtEvent_ThrowLocation()
96 printTestLog("returnedThread = " + returnedThread); in testExceptionUncaughtEvent_ThrowLocation()
100 printTestLog("returnedExceptionLoc = " + throwLocation); in testExceptionUncaughtEvent_ThrowLocation()
105 printTestLog("topFrameLoc = " + topFrameLoc); in testExceptionUncaughtEvent_ThrowLocation()
128 printTestLog("resume debuggee..."); in testExceptionUncaughtEvent_ThrowLocation()
[all …]
DExceptionCaughtTest.java145 printTestLog("STARTED..."); in runExceptionObjectTest()
151 printTestLog("returnedException.objectID = " + returnedException.objectID); in runExceptionObjectTest()
155 printTestLog("returnedException.tag = " + returnedException.objectID); in runExceptionObjectTest()
162 printTestLog("returnedExceptionSignature = |" + returnedExceptionSignature+"|"); in runExceptionObjectTest()
167 printTestLog("resume debuggee..."); in runExceptionObjectTest()
175 printTestLog("STARTED..."); in runThrowLocationTest()
182 printTestLog("returnedThread = " + returnedThread); in runThrowLocationTest()
186 printTestLog("returnedExceptionLoc = " + throwLocation); in runThrowLocationTest()
191 printTestLog("topFrameLoc = " + topFrameLoc); in runThrowLocationTest()
216 printTestLog("resume debuggee..."); in runThrowLocationTest()
[all …]
DCombinedExceptionEventsTest.java115 printTestLog("=> receiveEvent()..."); in runCombinedExceptionEventsTest()
118 printTestLog("Received " + parsedEvents.length + " + event(s)."); in runCombinedExceptionEventsTest()
127 printTestLog("Event #" + i + ": kind=" in runCombinedExceptionEventsTest()
175 printTestLog("Request EXCEPTION event: class=" + exceptionClassID + ", caught=" in requestException()
181 printTestLog("Created request " + requestID); in requestException()
DExceptionBaseTest.java39 printTestLog("=> receiveEvent()..."); in receiveAndCheckExceptionEvent()
41 printTestLog("Event is received! Check it ..."); in receiveAndCheckExceptionEvent()
45 printTestLog("parsedEvents.length = " + parsedEvents.length); in receiveAndCheckExceptionEvent()
46 printTestLog("parsedEvents[0].getEventKind() = " + parsedEvents[0].getEventKind()); in receiveAndCheckExceptionEvent()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPRawTestCase.java163 protected void printTestLog(String msg) { in printTestLog() method in JDWPRawTestCase
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameAccessTest.java123 printTestLog("STARTED"); in internalSetUp()
134 printTestLog("FINISHED"); in internalTearDown()