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.java52 printTestLog("STARTED..."); in testExceptionUncaughtEvent_ExceptionObject()
58 printTestLog("returnedException.objectID = " + returnedException.objectID); in testExceptionUncaughtEvent_ExceptionObject()
62 printTestLog("returnedException.tag = " + returnedException.objectID); in testExceptionUncaughtEvent_ExceptionObject()
69 printTestLog("returnedExceptionSignature = |" + returnedExceptionSignature+"|"); in testExceptionUncaughtEvent_ExceptionObject()
74 printTestLog("resume debuggee..."); in testExceptionUncaughtEvent_ExceptionObject()
90 printTestLog("STARTED..."); in testExceptionUncaughtEvent_ThrowLocation()
97 printTestLog("returnedThread = " + returnedThread); in testExceptionUncaughtEvent_ThrowLocation()
101 printTestLog("returnedExceptionLoc = " + throwLocation); in testExceptionUncaughtEvent_ThrowLocation()
106 printTestLog("topFrameLoc = " + topFrameLoc); in testExceptionUncaughtEvent_ThrowLocation()
129 printTestLog("resume debuggee..."); in testExceptionUncaughtEvent_ThrowLocation()
[all …]
DExceptionCaughtTest.java146 printTestLog("STARTED..."); in runExceptionObjectTest()
152 printTestLog("returnedException.objectID = " + returnedException.objectID); in runExceptionObjectTest()
156 printTestLog("returnedException.tag = " + returnedException.objectID); in runExceptionObjectTest()
163 printTestLog("returnedExceptionSignature = |" + returnedExceptionSignature+"|"); in runExceptionObjectTest()
168 printTestLog("resume debuggee..."); in runExceptionObjectTest()
176 printTestLog("STARTED..."); in runThrowLocationTest()
183 printTestLog("returnedThread = " + returnedThread); in runThrowLocationTest()
187 printTestLog("returnedExceptionLoc = " + throwLocation); in runThrowLocationTest()
192 printTestLog("topFrameLoc = " + topFrameLoc); in runThrowLocationTest()
217 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.java165 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.java152 printTestLog("STARTED"); in internalSetUp()
160 printTestLog("FINISHED"); in internalTearDown()