HomeSort by relevance Sort by last modified time
    Searched refs:catchHandlerLocation (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
SingleStepWithPendingExceptionTest.java 74 Location catchHandlerLocation =
76 assertEquals("Invalid location's class", refTypeID, catchHandlerLocation.classID);
77 assertEquals("Invalid location's method", catchMethodId, catchHandlerLocation.methodID);
109 if (!catchHandlerLocation.equals(singleStepLocation)) {
110 fail("Invalid single-step location: expected " + catchHandlerLocation +
EventWithExceptionTest.java 87 Location catchHandlerLocation =
101 int breakpointRequestId = setBreakpoint(catchHandlerLocation);
111 assertEquals("Not the expected location", catchHandlerLocation, eventLocation);
146 Location catchHandlerLocation =
161 int breakpointRequestId = setBreakpoint(catchHandlerLocation);
171 assertEquals("Not the expected location", catchHandlerLocation, eventLocation);
236 Location catchHandlerLocation =
265 assertEquals("Not the expected location, ", catchHandlerLocation, eventLocation);
428 private int setBreakpoint(Location catchHandlerLocation) {
429 logWriter.println("Set BREAKPOINT at " + catchHandlerLocation);
    [all...]

Completed in 113 milliseconds