FTPControlChannelTest (Java Globus API)

org.globus.ftp.test
Class FTPControlChannelTest

java.lang.Object
  |
  +--TestCase
        |
        +--org.globus.ftp.test.FTPControlChannelTest

public class FTPControlChannelTest
extends TestCase

Test FTPControlChannel

See Also:
Serialized Form

Constructor Summary
FTPControlChannelTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static Test suite()
           
 void testAuth()
           
 void testRetr()
          Because data channel is not present, the server should answer here "425 Can't build data connection: Connection refused."
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPControlChannelTest

public FTPControlChannelTest(java.lang.String name)
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static Test suite()

testAuth

public void testAuth()
              throws java.lang.Exception
java.lang.Exception

testRetr

public void testRetr()
              throws java.lang.Exception
Because data channel is not present, the server should answer here "425 Can't build data connection: Connection refused."

java.lang.Exception