Searched refs:fieldsWithGenericReply (Results 1 – 1 of 1) sorted by relevance
74 …ReplyPacket fieldsWithGenericReply = debuggeeWrapper.vmMirror.performCommand(fieldsWithGenericComm… in testFieldsWithGeneric001() local76 checkReplyPacket(fieldsWithGenericReply, thisCommandName); in testFieldsWithGeneric001()78 int returnedFieldsNumber = fieldsWithGenericReply.getNextValueAsInt(); in testFieldsWithGeneric001()121 long returnedFieldID = fieldsWithGenericReply.getNextValueAsFieldID(); in testFieldsWithGeneric001()122 String returnedFieldName = fieldsWithGenericReply.getNextValueAsString(); in testFieldsWithGeneric001()123 String returnedFieldSignature = fieldsWithGenericReply.getNextValueAsString(); in testFieldsWithGeneric001()124 String returnedGenericSignature = fieldsWithGenericReply.getNextValueAsString(); in testFieldsWithGeneric001()125 int returnedFieldModifiers = fieldsWithGenericReply.getNextValueAsInt(); in testFieldsWithGeneric001()226 assertAllDataRead(fieldsWithGenericReply); in testFieldsWithGeneric001()