Lines Matching defs:ClassType

26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.InvokeMethod command.
52 * This testcase exercises ClassType.InvokeMethod command.
55 * <BR>&nbsp;&nbsp; - send ClassType.InvokeMethod command for method,
59 * <BR>&nbsp;&nbsp; - send ClassType.InvokeMethod command for method,
174 logWriter.println(" Send ClassType.InvokeMethod without Exception");
176 checkReplyPacket(reply, "ClassType::InvokeMethod command");
181 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
190 logWriter.println(" ClassType.InvokeMethod: exception.tag="
204 logWriter.println(" Send ClassType.InvokeMethod with Exception");
206 checkReplyPacket(reply, "ClassType::InvokeMethod command");
209 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
218 logWriter.println(" ClassType.InvokeMethod: exception.tag="
234 * This testcase exercises ClassType.InvokeMethod command.
237 * <BR>&nbsp;&nbsp; - send ClassType.InvokeMethod command for method,
329 ("\n==> Send ClassType::InvokeMethod for invalidClassRefTypeID, testMethodID...");
343 ("## FAILURE: ClassType::InvokeMethod command does NOT return expected error - INVALID_METHODID");
349 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
355 logWriter.println(" ClassType.InvokeMethod: exception.tag="
363 checkReplyPacket(reply, "ClassType::InvokeMethod command", JDWPConstants.Error.INVALID_METHODID);
372 * This testcase exercises ClassType.InvokeMethod command.
375 * <BR>&nbsp;&nbsp; - send ClassType.InvokeMethod command for method,
456 ("\n==> Send ClassType::InvokeMethod for debuggeeRefTypeID, nonStaticMethodID...");
470 ("## FAILURE: ClassType::InvokeMethod command does NOT return expected error - INVALID_METHODID");
476 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
482 logWriter.println(" ClassType.InvokeMethod: exception.tag="
490 checkReplyPacket(reply, "ClassType::InvokeMethod command", JDWPConstants.Error.INVALID_METHODID);