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

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
PortTestUtil.java 26 public final class PortTestUtil {
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
PortTestUtil.java 26 public final class PortTestUtil {
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/server/
AbstractFtpServer_StartTestCase.java 38 ftpServer.setServerControlPort(PortTestUtil.getFtpServerControlPort());
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServer_StartTest.java 23 import org.mockftpserver.test.PortTestUtil;
43 stubFtpServer.setServerControlPort(PortTestUtil.getFtpServerControlPort());
StubFtpServer_MultipleClientsIntegrationTest.java 28 import org.mockftpserver.test.PortTestUtil;
64 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort());
70 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort());
76 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort());
103 stubFtpServer.setServerControlPort(PortTestUtil.getFtpServerControlPort());
StubFtpServerIntegrationTest.java 45 import org.mockftpserver.test.PortTestUtil;
585 stubFtpServer.setServerControlPort(PortTestUtil.getFtpServerControlPort());
609 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort());
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServer_MultipleClientsIntegrationTest.java 28 import org.mockftpserver.test.PortTestUtil;
64 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort());
70 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort());
76 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort());
103 stubFtpServer.setServerControlPort(PortTestUtil.getFtpServerControlPort());
StubFtpServerIntegrationTest.java 536 stubFtpServer.setServerControlPort(PortTestUtil.getFtpServerControlPort());
561 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort());

Completed in 259 milliseconds