FTPClientListTest (Java Globus API)

org.globus.ftp.test
Class FTPClientListTest

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

public class FTPClientListTest
extends TestCase

See Also:
Serialized Form

Field Summary
protected  FTPClient dest
           
protected  FTPClient src
           
 
Constructor Summary
FTPClientListTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
          This will be called before each test
static Test suite()
           
 void tearDown()
          This will be called after each test
 void test1()
           
 void test2()
           
 void test3()
           
 void test4()
           
 void test5()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

src

protected FTPClient src

dest

protected FTPClient dest
Constructor Detail

FTPClientListTest

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

main

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

suite

public static Test suite()

setUp

public void setUp()
           throws java.lang.Exception
This will be called before each test

java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
This will be called after each test

java.lang.Exception

test1

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

test2

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

test3

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

test4

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

test5

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