GridFTPControlChannelTest (Java Globus API)

org.globus.ftp.test
Class GridFTPControlChannelTest

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

public class GridFTPControlChannelTest
extends TestCase

Test GridFTPControlChannel

See Also:
Serialized Form

Constructor Summary
GridFTPControlChannelTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static Test suite()
           
 void test3Party()
          Test third party transfer
 void test3PartyParallel()
           
 void test3PartyStriping()
          Test striped third party transfer
 void testAuth()
          Test authenticate()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridFTPControlChannelTest

public GridFTPControlChannelTest(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()

test3PartyParallel

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

testAuth

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

java.lang.Exception

test3Party

public void test3Party()
                throws java.lang.Exception
Test third party transfer

java.lang.Exception

test3PartyStriping

public void test3PartyStriping()
                        throws java.lang.Exception
Test striped third party transfer

java.lang.Exception