org.mule.transport.ftp.server
Class ServerTest

java.lang.Object
  extended by org.mule.transport.ftp.server.ServerTest

public class ServerTest
extends Object

Tests for the embedded ftp server startup, log in, and shutdown.


Field Summary
 DynamicPort dynamicPort
           
 
Constructor Summary
ServerTest()
           
 
Method Summary
 void setUpServer()
           
 void tearDown()
           
 void testServerLogin()
          Sanity test that the embedded ftp server is working.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dynamicPort

public DynamicPort dynamicPort
Constructor Detail

ServerTest

public ServerTest()
Method Detail

setUpServer

public void setUpServer()
                 throws Exception
Throws:
Exception

tearDown

public void tearDown()

testServerLogin

public void testServerLogin()
                     throws Exception
Sanity test that the embedded ftp server is working. Useful as a first step if the ftp transport tests are failing.

Throws:
Exception


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.