ListRslNodeTest (Java Globus API)

org.globus.rsl.tests
Class ListRslNodeTest

java.lang.Object
  |
  +--TestCase
        |
        +--org.globus.rsl.tests.ListRslNodeTest

public class ListRslNodeTest
extends TestCase

See Also:
Serialized Form

Field Summary
protected  ListRslNode rslTree
           
 
Constructor Summary
ListRslNodeTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
static Test suite()
           
 void testCreate()
           
 void testEvaluate()
           
 void testMerge()
           
 void testRemove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rslTree

protected ListRslNode rslTree
Constructor Detail

ListRslNodeTest

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

main

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

suite

public static Test suite()

setUp

public void setUp()

testMerge

public void testMerge()

testCreate

public void testCreate()

testRemove

public void testRemove()

testEvaluate

public void testEvaluate()