Home
last modified time | relevance | path

Searched refs:sourceFileReply (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DSourceFileTest.java73 ReplyPacket sourceFileReply = debuggeeWrapper.vmMirror.performCommand(sourceFileCommand); in testSourceFile001() local
75 checkReplyPacket(sourceFileReply, thisCommandName); in testSourceFile001()
77 String returnedSourceFile = sourceFileReply.getNextValueAsString(); in testSourceFile001()
90 assertAllDataRead(sourceFileReply); in testSourceFile001()