JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class NodeTest

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

public class NodeTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
NodeTest(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testIncludes()
           
 void testIsDurationAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTest

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

setUp

protected void setUp()

tearDown

protected void tearDown()

testIsDurationAvailable

public void testIsDurationAvailable()

testIncludes

public void testIncludes()

JavaGenes, NASA Ames. Written largely by Al Globus