FTPExceptionTest (Java Globus API)

org.globus.ftp.test
Class FTPExceptionTest

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

public class FTPExceptionTest
extends TestCase

Test FTPException

See Also:
Serialized Form

Constructor Summary
FTPExceptionTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static Test suite()
           
 void testFTPException()
          This is only testing if no errors are thrown during standard operations on exceptions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPExceptionTest

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

main

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

suite

public static Test suite()

testFTPException

public void testFTPException()
This is only testing if no errors are thrown during standard operations on exceptions.