HostPortListTest (Java Globus API)

org.globus.ftp.test
Class HostPortListTest

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

public class HostPortListTest
extends TestCase

Test HostPortList

See Also:
Serialized Form

Constructor Summary
HostPortListTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static Test suite()
           
 void testHP()
           
 void testMixed()
           
 void testString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostPortListTest

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

main

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

suite

public static Test suite()

testString

public void testString()

testHP

public void testHP()

testMixed

public void testMixed()