Searched refs:runInvokeMethodTest (Results 1 – 4 of 4) sorted by relevance
33 runInvokeMethodTest("<init>"); in testInvokeWithMultipleEvents001()
34 runInvokeMethodTest(InvokeMethodWithSuspensionDebuggee.STATIC_METHOD_NAME); in testInvokeWithMultipleEvents001()
34 runInvokeMethodTest(InvokeMethodWithSuspensionDebuggee.INSTANCE_METHOD_NAME); in testInvokeWithMultipleEvents001()
57 protected void runInvokeMethodTest(String invokedMethodName) { in runInvokeMethodTest() method in JDWPInvokeMethodWithSuspensionTestCase