Home | History | Annotate | Download | only in ClassType

Lines Matching defs:ClassType

19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
32 * JDWP unit test for ClassType.NewInstance command.
38 return "org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee";
42 * This testcase exercises ClassType.NewInstance command.
45 * <BR>Then sends ClassType.NewInstance command to create a new instance and
54 String debuggeeClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/NewInstance002Debuggee;";
108 String testClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/NewInstance002Debuggee$TestClass;";
127 logWriter.println(" Send ClassType.NewInstance (without Exception)");
129 checkReplyPacket(reply, "ClassType::NewInstance command");
132 logWriter.println(" ClassType.NewInstance: newObject.tag="
135 logWriter.println(" ClassType.NewInstance: exception.tag="
140 assertEquals("ClassType::NewInstance returned invalid newObject.tag,", JDWPConstants.Tag.OBJECT_TAG, newObject.tag
145 assertEquals("ClassType::NewInstance returned invalid exception.objectID,", 0, exception.objectID);