Searched defs:replyTextFor (Results 1 - 21 of 21) sorted by relevance

/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTestCase.java57 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(35
184 protected String replyTextFor(int replyCode) { method in class:AbstractCommandHandlerTestCase
[all...]
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java163 { "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(in method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java163 { "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(in method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java163 { "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(in method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java163 { "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(in method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java163 { "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(in method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java163 { "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(in method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java163 { "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(in method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java163 { "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(in method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTest.java56 session.sendReply(ReplyCodes.COMMAND_SYNTAX_ERROR, replyTextFor(ReplyCodes.COMMAND_SYNTAX_ERROR));
153 {"150", replyTextFor(150)},
154 {"200", replyTextFor(200)},
159 {"220", replyTextFor(220)},
160 {"221", replyTextFor(221)},
161 {"226", replyTextFor(226)},
164 {"230", replyTextFor(230)},
165 {"250", replyTextFor(250)},
167 {"331", replyTextFor(331)},
168 {"350", replyTextFor(35
182 protected String replyTextFor(int replyCode) { method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTest.java56 session.sendReply(ReplyCodes.COMMAND_SYNTAX_ERROR, replyTextFor(ReplyCodes.COMMAND_SYNTAX_ERROR));
153 {"150", replyTextFor(150)},
154 {"200", replyTextFor(200)},
159 {"220", replyTextFor(220)},
160 {"221", replyTextFor(221)},
161 {"226", replyTextFor(226)},
164 {"230", replyTextFor(230)},
165 {"250", replyTextFor(250)},
167 {"331", replyTextFor(331)},
168 {"350", replyTextFor(35
182 protected String replyTextFor(int replyCode) { method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java61 session.sendReply(ReplyCodes.COMMAND_SYNTAX_ERROR, replyTextFor(ReplyCodes.COMMAND_SYNTAX_ERROR));
158 {"150", replyTextFor(150)},
159 {"200", replyTextFor(200)},
164 {"220", replyTextFor(220)},
165 {"221", replyTextFor(221)},
166 {"226", replyTextFor(226)},
169 {"230", replyTextFor(230)},
170 {"250", replyTextFor(250)},
172 {"331", replyTextFor(331)},
173 {"350", replyTextFor(35
186 protected String replyTextFor(int replyCode) { method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTest.java56 session.sendReply(ReplyCodes.COMMAND_SYNTAX_ERROR, replyTextFor(ReplyCodes.COMMAND_SYNTAX_ERROR));
153 {"150", replyTextFor(150)},
154 {"200", replyTextFor(200)},
159 {"220", replyTextFor(220)},
160 {"221", replyTextFor(221)},
161 {"226", replyTextFor(226)},
164 {"230", replyTextFor(230)},
165 {"250", replyTextFor(250)},
167 {"331", replyTextFor(331)},
168 {"350", replyTextFor(35
182 protected String replyTextFor(int replyCode) { method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTest.java56 session.sendReply(ReplyCodes.COMMAND_SYNTAX_ERROR, replyTextFor(ReplyCodes.COMMAND_SYNTAX_ERROR));
153 {"150", replyTextFor(150)},
154 {"200", replyTextFor(200)},
159 {"220", replyTextFor(220)},
160 {"221", replyTextFor(221)},
161 {"226", replyTextFor(226)},
164 {"230", replyTextFor(230)},
165 {"250", replyTextFor(250)},
167 {"331", replyTextFor(331)},
168 {"350", replyTextFor(35
182 protected String replyTextFor(int replyCode) { method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTest.java56 session.sendReply(ReplyCodes.COMMAND_SYNTAX_ERROR, replyTextFor(ReplyCodes.COMMAND_SYNTAX_ERROR));
153 {"150", replyTextFor(150)},
154 {"200", replyTextFor(200)},
159 {"220", replyTextFor(220)},
160 {"221", replyTextFor(221)},
161 {"226", replyTextFor(226)},
164 {"230", replyTextFor(230)},
165 {"250", replyTextFor(250)},
167 {"331", replyTextFor(331)},
168 {"350", replyTextFor(35
182 protected String replyTextFor(int replyCode) { method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTest.java56 session.sendReply(ReplyCodes.COMMAND_SYNTAX_ERROR, replyTextFor(ReplyCodes.COMMAND_SYNTAX_ERROR));
153 {"150", replyTextFor(150)},
154 {"200", replyTextFor(200)},
159 {"220", replyTextFor(220)},
160 {"221", replyTextFor(221)},
161 {"226", replyTextFor(226)},
165 {"230", replyTextFor(230)},
166 {"250", replyTextFor(250)},
168 {"331", replyTextFor(331)},
169 {"350", replyTextFor(35
183 protected String replyTextFor(int replyCode) { method in class:AbstractCommandHandlerTest
[all...]
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTestCase.java56 session.sendReply(ReplyCodes.COMMAND_SYNTAX_ERROR, replyTextFor(ReplyCodes.COMMAND_SYNTAX_ERROR));
153 {"150", replyTextFor(150)},
154 {"200", replyTextFor(200)},
159 {"220", replyTextFor(220)},
160 {"221", replyTextFor(221)},
161 {"226", replyTextFor(226)},
165 {"230", replyTextFor(230)},
166 {"250", replyTextFor(250)},
168 {"331", replyTextFor(331)},
169 {"350", replyTextFor(35
183 protected String replyTextFor(int replyCode) { method in class:AbstractCommandHandlerTestCase
[all...]
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTestCase.java56 session.sendReply(ReplyCodes.COMMAND_SYNTAX_ERROR, replyTextFor(ReplyCodes.COMMAND_SYNTAX_ERROR));
153 {"150", replyTextFor(150)},
154 {"200", replyTextFor(200)},
159 {"220", replyTextFor(220)},
160 {"221", replyTextFor(221)},
161 {"226", replyTextFor(226)},
165 {"230", replyTextFor(230)},
166 {"250", replyTextFor(250)},
168 {"331", replyTextFor(331)},
169 {"350", replyTextFor(35
183 protected String replyTextFor(int replyCode) { method in class:AbstractCommandHandlerTestCase
[all...]
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTestCase.java57 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(35
184 protected String replyTextFor(int replyCode) { method in class:AbstractCommandHandlerTestCase
[all...]
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTestCase.java57 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(35
184 protected String replyTextFor(int replyCode) { method in class:AbstractCommandHandlerTestCase
[all...]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java163 { "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(in method in class:AbstractCommandHandlerTest
[all...]

Completed in 640 milliseconds