JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class NodeArrayTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.EOSscheduling.NodeArrayTest

public class NodeArrayTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
NodeArrayTest(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
 void testInitializeTo()
           
 void testUpdateWith1()
           
 void testUpdateWith2()
           
 void testUpdateWith3()
           
 void testUpdateWith4()
           
 void testUpdateWith5()
           
 void testUpdateWith6()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeArrayTest

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

setUp

protected void setUp()

testInitializeTo

public void testInitializeTo()

testUpdateWith1

public void testUpdateWith1()

testUpdateWith2

public void testUpdateWith2()

testUpdateWith3

public void testUpdateWith3()

testUpdateWith4

public void testUpdateWith4()

testUpdateWith5

public void testUpdateWith5()

testUpdateWith6

public void testUpdateWith6()

JavaGenes, NASA Ames. Written largely by Al Globus