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

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
_AbstractCommandHandlerTest.java 78 testAssertValidReplyCodeWithInvalid(0);
79 testAssertValidReplyCodeWithInvalid(-1);
87 private void testAssertValidReplyCodeWithInvalid(int invalidReplyCode) {
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
_AbstractCommandHandlerTest.java 168 testAssertValidReplyCodeWithInvalid(0);
169 testAssertValidReplyCodeWithInvalid(-1);
175 private void testAssertValidReplyCodeWithInvalid(int invalidReplyCode) {

Completed in 91 milliseconds