RslNodeTest (Java Globus API)

org.globus.rsl.tests
Class RslNodeTest

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

public class RslNodeTest
extends TestCase

See Also:
Serialized Form

Field Summary
protected  RslNode rslTree
           
 
Constructor Summary
RslNodeTest(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 RslNode rslTree
Constructor Detail

RslNodeTest

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