Java Globus API: Class TransferAppTest

org.globus.ftp.test
Class TransferAppTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.globus.ftp.test.TransferAppTest
All Implemented Interfaces:
junit.framework.Test

public class TransferAppTest
extends junit.framework.TestCase


Constructor Summary
TransferAppTest(String name)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
 void testAuthNone()
           
 void testAuthSelf()
           
 void testDefault()
           
 void testParallel3Strip()
           
 void testParallel3StripPasv()
           
 void testParallel5()
           
 void testParallel5Pasv()
           
 void testPBSZ()
           
 void testProtClear()
           
 void testProtPrivate()
           
 void testStreamAscii()
           
 void testStreamAsciiPasv()
           
 void testStreamImage()
           
 void testTCPBufferLarge()
           
 void testTCPBufferSmall()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransferAppTest

public TransferAppTest(String name)
Method Detail

main

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

suite

public static junit.framework.Test suite()

testDefault

public void testDefault()
                 throws Exception

testStreamImage

public void testStreamImage()
                     throws Exception

testStreamAscii

public void testStreamAscii()
                     throws Exception

testStreamAsciiPasv

public void testStreamAsciiPasv()
                         throws Exception

testParallel5

public void testParallel5()
                   throws Exception

testParallel3Strip

public void testParallel3Strip()
                        throws Exception

testParallel5Pasv

public void testParallel5Pasv()
                       throws Exception

testParallel3StripPasv

public void testParallel3StripPasv()
                            throws Exception

testPBSZ

public void testPBSZ()
              throws Exception

testAuthNone

public void testAuthNone()
                  throws Exception

testAuthSelf

public void testAuthSelf()
                  throws Exception

testProtClear

public void testProtClear()
                   throws Exception

testProtPrivate

public void testProtPrivate()
                     throws Exception

testTCPBufferSmall

public void testTCPBufferSmall()
                        throws Exception

testTCPBufferLarge

public void testTCPBufferLarge()
                        throws Exception