Searched refs:methodsWithGenericReply (Results 1 – 1 of 1) sorted by relevance
74 …ReplyPacket methodsWithGenericReply = debuggeeWrapper.vmMirror.performCommand(methodsWithGenericCo… in testMethodsWithGeneric001() local76 checkReplyPacket(methodsWithGenericReply, thisCommandName); in testMethodsWithGeneric001()78 int returnedMethodsNumber = methodsWithGenericReply.getNextValueAsInt(); in testMethodsWithGeneric001()125 long returnedMethodID = methodsWithGenericReply.getNextValueAsMethodID(); in testMethodsWithGeneric001()126 String returnedMethodName = methodsWithGenericReply.getNextValueAsString(); in testMethodsWithGeneric001()127 String returnedMethodSignature = methodsWithGenericReply.getNextValueAsString(); in testMethodsWithGeneric001()128 String returnedGenericSignature = methodsWithGenericReply.getNextValueAsString(); in testMethodsWithGeneric001()129 int returnedMethodModifiers = methodsWithGenericReply.getNextValueAsInt(); in testMethodsWithGeneric001()230 assertAllDataRead(methodsWithGenericReply); in testMethodsWithGeneric001()