Searched defs:ReferenceType (Results 1 - 25 of 66) sorted by relevance

123

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
H A DGetValues006Test.java19 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
31 * JDWP Unit test for ReferenceType.GetValues command for static field of interface class.
41 * This tests the ReferenceType.GetValues command on the static field of an interface.
42 * <BR>The test starts GetValues006Debuggee and checks that the ReferenceType.GetValues
49 " for ReferenceType.GetValues command: START...");
68 logWriter.println("\n=> CHECK ReferenceType::GetValues command for implementerRefTypeID," +
77 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command");
97 logWriter.println("==> " + thisTestName + " for ReferenceType::GetValues command: FINISH");
H A DGetValues007Test.java19 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
31 * JDWP Unit test for ReferenceType.GetValues command for static field of interface class.
41 * This tests the ReferenceType.GetValues command on the static field of an interface.
42 * <BR>The test starts GetValues007Debuggee and checks that the ReferenceType.GetValues
49 " for ReferenceType.GetValues command: START...");
81 logWriter.println("\n=> CHECK ReferenceType::GetValues command for implementerRefTypeID," +
90 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command");
109 logWriter.println("==> " + thisTestName + " for ReferenceType::GetValues command: FINISH");
H A DClassFileVersionDebuggee.java19 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
H A DClassFileVersionTest.java19 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
36 static final String thisCommandName = "ReferenceType.ClassFileVersion command";
38 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/ClassFileVersionDebuggee;";
40 static final String debuggeeClass = "org/apache/harmony/jpda/tests/jdwp/ReferenceType/ClassFileVersionDebuggee.class";
44 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassFileVersionDebuggee";
48 * This testcase exercises ReferenceType.ClassFileVersion command. <BR>
51 * performs ReferenceType.ClassFileVersion command and checks that returned
H A DClassObjectDebuggee.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
H A DClassObjectTest.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
36 * JDWP Unit test for ReferenceType.ClassObject command.
42 static final String thisCommandName = "ReferenceType.ClassObject command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/ClassObjectDebuggee;";
47 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassObjectDebuggee";
51 * This testcase exercises ReferenceType.ClassObject command.
54 * performs ReferenceType.ClassObject command and checks that returned
69 = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/ClassObjectDebuggee_ExtraClass;";
97 checkReplyPacket(referenceTypeReply, "ObjectReference::ReferenceType command");
115 checkReplyPacket(signatureReply, "ReferenceType
[all...]
H A DConstantPoolDebuggee.java19 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
H A DConstantPoolTest.java20 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
33 * JDWP Unit test for ReferenceType.ConstantPool command.
41 static final String thisCommandName = "ReferenceType.ConstantPool command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/ConstantPoolDebuggee;";
45 static final String debuggeeClass = "org/apache/harmony/jpda/tests/jdwp/ReferenceType/ConstantPoolDebuggee.class";
50 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ConstantPoolDebuggee";
54 * This testcase exercises ReferenceType.ConstantPool command.
57 * performs ReferenceType.ConstantPool command and checks that returned
H A DFieldsDebuggee.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
H A DFieldsTest.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
36 * JDWP Unit test for ReferenceType.Fields command.
42 static final String thisCommandName = "ReferenceType.Fields command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/FieldsDebuggee;";
47 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.FieldsDebuggee";
51 * This testcase exercises ReferenceType.Fields command.
54 * performs ReferenceType.Fields command and checks that returned
H A DFieldsWithGenericDebuggee.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
H A DFieldsWithGenericTest.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
36 * JDWP Unit test for ReferenceType.FieldsWithGeneric command.
42 static final String thisCommandName = "ReferenceType.FieldsWithGeneric command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/FieldsWithGenericDebuggee;";
47 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.FieldsWithGenericDebuggee";
51 * This testcase exercises ReferenceType.FieldsWithGeneric command.
54 * command, then performs ReferenceType.FieldsWithGeneric command
H A DGetValues002Test.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
38 * JDWP Unit test for ReferenceType.ClassLoader command for NON-static fields.
44 static final String thisCommandName = "ReferenceType.GetValues command";
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/GetValues002Debuggee;";
49 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues002Debuggee";
53 * This test exercises ReferenceType.GetValues command for NON-static fields.
56 * performs ReferenceType.Fields command and gets fieldIDs for checked fields
58 * Then test performs ReferenceType.GetValues command for checked fields and checks
H A DGetValues003Debuggee.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
H A DGetValues003Test.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
38 * JDWP Unit test for ReferenceType.GetValues command for field of super class.
42 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/GetValues003Debuggee;";
43 static final String chekedClassSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/RFGetValues003CheckedClass;";
47 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues003Debuggee";
51 * This testcase exercises ReferenceType.GetValues command for field of super class.
53 * ReferenceType.GetValues command runs correctly for field declaring
59 logWriter.println("==> " + thisTestName + " for ReferenceType.GetValues command: START...");
111 ("\n=> CHECK ReferenceType::GetValues command for chekedClassRefTypeID, superClassCheckedFieldID...");
119 checkReplyPacket(getValuesReply, "ReferenceType
[all...]
H A DGetValues004Debuggee.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
H A DGetValues004Test.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
38 * JDWP Unit test for ReferenceType.GetValues command for field from another class.
42 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/GetValues004Debuggee;";
43 static final String anotherClassSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/RFGetValues004AnotherClass;";
47 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues004Debuggee";
51 * This testcase exercises ReferenceType.GetValues command for field from another class.
53 * ReferenceType.GetValues command runs correctly for field declaring
60 logWriter.println("==> " + thisTestName + " for ReferenceType.GetValues command: START...");
112 ("\n=> CHECK ReferenceType::GetValues command for debuggeeRefTypeID, anotherClassCheckedFieldID...");
124 checkReplyPacket(getValuesReply, "ReferenceType
[all...]
H A DGetValues005Test.java27 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
39 * JDWP Unit test for ReferenceType.GetValues command for fields with null value.
43 static final String thisCommandName = "ReferenceType.GetValues command";
44 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/GetValues005Debuggee;";
48 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues005Debuggee";
52 * This testcase exercises ReferenceType.GetValues command for fields with null value.
54 * ReferenceType.GetValues command for fields of different
105 ("\n## FAILURE: ReferenceType::GetValues command returned unexpected number of values:");
H A DGetValues006Debuggee.java19 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
H A DGetValues007Debuggee.java19 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
H A DGetValuesDebuggee.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
H A DGetValuesTest.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
38 * JDWP Unit test for ReferenceType.GetValues command.
44 static final String thisCommandName = "ReferenceType.GetValues command";
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/GetValuesDebuggee;";
49 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValuesDebuggee";
53 * This testcase exercises ReferenceType.GetValues command.
56 * performs ReferenceType.Fields command and gets fieldIDs for checked fields.
57 * <BR>Then test performs ReferenceType.GetValues command for checked fields and checks
81 "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/GetValuesDebuggee;",
H A DInstancesDebuggee.java19 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
H A DInterfacesDebuggee.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
H A DInterfacesTest.java26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
36 * JDWP Unit test for ReferenceType.Interfaces command.
42 static final String thisCommandName = "ReferenceType.Interfaces command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/InterfacesDebuggee;";
47 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.InterfacesDebuggee";
51 * This testcase exercises ReferenceType.Interfaces command.
54 * performs ReferenceType.Interfaces command and checks that returned
62 String checkedClassSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/CheckedClass_Interfaces001;";
66 logWriter.println("=> Checked class = org.apache.harmony.jpda.tests.jdwp.ReferenceType.CheckedClass_Interfaces001");
83 "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/Interface_1_Interfaces00
[all...]

Completed in 320 milliseconds

123