HomeSort by relevance Sort by last modified time
    Searched defs:replyTextFor (Results 1 - 2 of 2) sorted by null

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
AbstractCommandHandlerTestCase.java 57 session.sendReply(ReplyCodes.COMMAND_SYNTAX_ERROR, replyTextFor(ReplyCodes.COMMAND_SYNTAX_ERROR));
154 {"150", replyTextFor(150)},
155 {"200", replyTextFor(200)},
160 {"220", replyTextFor(220)},
161 {"221", replyTextFor(221)},
162 {"226", replyTextFor(226)},
166 {"230", replyTextFor(230)},
167 {"250", replyTextFor(250)},
169 {"331", replyTextFor(331)},
170 {"350", replyTextFor(350)},
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
AbstractCommandHandlerTest.java 163 { "150", replyTextFor(150) },
164 { "200", replyTextFor(200) },
169 { "220", replyTextFor(220) },
170 { "221", replyTextFor(221) },
171 { "226", replyTextFor(226) },
174 { "230", replyTextFor(230) },
175 { "250", replyTextFor(250) },
177 { "331", replyTextFor(331) },
178 { "350", replyTextFor(350) },
189 protected String replyTextFor(int replyCode) {
    [all...]

Completed in 526 milliseconds