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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodDefaultDebuggee.java 24 public class InvokeMethodDefaultDebuggee extends SyncDebuggee {
54 logWriter.println("InvokeMethodDefaultDebuggee.execMethod()");
65 packageName + "ObjectReference.InvokeMethodDefaultDebuggee$TestClass");
70 logWriter.println("InvokeMethodDefaultDebuggee");
72 packageName + "ObjectReference.InvokeMethodDefaultDebuggee(#1)");
75 packageName + "ObjectReference.InvokeMethodDefaultDebuggee(#2)");
79 runDebuggee(InvokeMethodDefaultDebuggee.class);
InvokeMethodDefaultTest.java 32 return InvokeMethodDefaultDebuggee.class.getName();
111 String testClassSig = getClassSignature(InvokeMethodDefaultDebuggee.TestClass.class);
117 getClassSignature(InvokeMethodDefaultDebuggee.TestInterface.class));
118 assertTrue("Failed to find InvokeMethodDefaultDebuggee.TestInterface class",
164 InvokeMethodDefaultDebuggee.TestInterface.RETURN_VALUE, returnValue.getIntValue());

Completed in 241 milliseconds