UtilTest (Java Globus API)

org.globus.util.tests
Class UtilTest

java.lang.Object
  |
  +--TestCase
        |
        +--org.globus.util.tests.UtilTest

public class UtilTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
UtilTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static Test suite()
           
 void testQuote1()
           
 void testUnQuote1()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilTest

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

main

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

suite

public static Test suite()

testQuote1

public void testQuote1()

testUnQuote1

public void testUnQuote1()