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

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 400 StouCommandHandler stouCommandHandler = (StouCommandHandler) stubFtpServer.getCommandHandler(CommandNames.STOU);
401 stouCommandHandler.setFilename(FILENAME);
408 InvocationRecord invocationRecord = stouCommandHandler.getInvocation(0);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 42 import org.mockftpserver.stub.command.StouCommandHandler;
429 StouCommandHandler stouCommandHandler = (StouCommandHandler) stubFtpServer.getCommandHandler(CommandNames.STOU);
430 stouCommandHandler.setFilename(FILENAME);
437 InvocationRecord invocationRecord = stouCommandHandler.getInvocation(0);

Completed in 215 milliseconds