HomeSort by relevance Sort by last modified time
    Searched refs:REPLY_CODE2 (Results 1 - 5 of 5) sorted by null

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
_AbstractStaticReplyCommandHandlerTest.java 40 private static final int REPLY_CODE2 = 888;
85 commandHandler.setReplyMessageKey(Integer.toString(REPLY_CODE2));
107 session.sendReply(REPLY_CODE2, REPLY_TEXT2);
108 session.sendReply(REPLY_CODE2, REPLY_TEXT2_FORMATTED);
111 commandHandler.setReplyCode(REPLY_CODE2);
150 {Integer.toString(REPLY_CODE2), REPLY_TEXT2},
_AbstractCommandHandlerTest.java 40 private static final int REPLY_CODE2 = 888;
118 {Integer.toString(REPLY_CODE2), REPLY_TEXT2},
_AbstractTrackingCommandHandlerTest.java 44 private static final int REPLY_CODE2 = 888;
214 {Integer.toString(REPLY_CODE2), REPLY_TEXT2},
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
_AbstractStubCommandHandlerTest.java 41 private static final int REPLY_CODE2 = 888;
87 commandHandler.setReplyMessageKey(Integer.toString(REPLY_CODE2));
109 session.sendReply(REPLY_CODE2, REPLY_TEXT2);
110 session.sendReply(REPLY_CODE2, REPLY_TEXT2_FORMATTED);
113 commandHandler.setReplyCode(REPLY_CODE2);
152 { Integer.toString(REPLY_CODE2), REPLY_TEXT2 },
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
_AbstractCommandHandlerTest.java 45 private static final int REPLY_CODE2 = 888;
261 { Integer.toString(REPLY_CODE2), REPLY_TEXT2 },

Completed in 516 milliseconds