JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class HorizonTest

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

public class HorizonTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
HorizonTest(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
 void testConstructor()
           
 void testCopy()
           
 void testGetDurationOf()
           
 void testGetIntegerTimeAt()
           
 void testIncludes()
           
 void testTheSame()
           
 void testWindowIncludes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HorizonTest

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

setUp

protected void setUp()

testConstructor

public void testConstructor()

testTheSame

public void testTheSame()

testCopy

public void testCopy()

testIncludes

public void testIncludes()

testWindowIncludes

public void testWindowIncludes()

testGetIntegerTimeAt

public void testGetIntegerTimeAt()

testGetDurationOf

public void testGetDurationOf()

JavaGenes, NASA Ames. Written largely by Al Globus