JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class SSRTimelineTest

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

public class SSRTimelineTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
SSRTimelineTest(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
 void testConstructor()
           
 void testFindEarliest()
           
 void testFits()
           
 void testGetNumberOfSSRsegments()
           
 void testInsertAt()
           
 void testInsertDumpAt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSRTimelineTest

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

setUp

protected void setUp()

testGetNumberOfSSRsegments

public void testGetNumberOfSSRsegments()

testFits

public void testFits()

testConstructor

public void testConstructor()

testInsertDumpAt

public void testInsertDumpAt()

testInsertAt

public void testInsertAt()

testFindEarliest

public void testFindEarliest()

JavaGenes, NASA Ames. Written largely by Al Globus