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

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
AbstractCommandHandlerTestCase.java 156 {"211", replyTextWithParameterFor(211)},
157 {"213", replyTextWithParameterFor(213)},
158 {"214", replyTextWithParameterFor(214)},
159 {"215", replyTextWithParameterFor(215)},
163 {"226.WithFilename", replyTextWithParameterFor("226.WithFilename")},
164 {"227", replyTextWithParameterFor(227)},
165 {"229", replyTextWithParameterFor(229)},
168 {"257", replyTextWithParameterFor(257)},
194 protected String replyTextWithParameterFor(int replyCode) {
204 protected String replyTextWithParameterFor(String messageKey) {
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
AbstractCommandHandlerTest.java 165 { "211", replyTextWithParameterFor(211) },
166 { "213", replyTextWithParameterFor(213) },
167 { "214", replyTextWithParameterFor(214) },
168 { "215", replyTextWithParameterFor(215) },
172 { "226.WithFilename", replyTextWithParameterFor("226.WithFilename") },
173 { "227", replyTextWithParameterFor(227) },
176 { "257", replyTextWithParameterFor(257) },
198 protected String replyTextWithParameterFor(int replyCode) {
207 protected String replyTextWithParameterFor(String messageKey) {
218 return MessageFormat.format(replyTextWithParameterFor(replyCode), objArray(parameter));
    [all...]

Completed in 60 milliseconds