Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionCaughtTest.java90 runThrowLocationTest(false); in testExceptionEvent_ThrowLocation_FromJava()
106 runThrowLocationTest(true); in testExceptionEvent_ThrowLocation_FromNative()
174 private void runThrowLocationTest(boolean fromNative) { in runThrowLocationTest() method in ExceptionCaughtTest