JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class EarliestFirstPlacerTest

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

public class EarliestFirstPlacerTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
EarliestFirstPlacerTest(java.lang.String name)
           
 
Method Summary
protected  void randomized(boolean checkSensorEveryTime)
           
protected  void setUp()
           
 void testPlaceInTimelines()
           
 void testPlaceInTimelinesBig()
           
 void testPlaceInTimelinesRandomized()
           
 void testPlaceInTimelinesSSR()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EarliestFirstPlacerTest

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

setUp

protected void setUp()

testPlaceInTimelinesSSR

public void testPlaceInTimelinesSSR()

testPlaceInTimelines

public void testPlaceInTimelines()

testPlaceInTimelinesBig

public void testPlaceInTimelinesBig()

testPlaceInTimelinesRandomized

public void testPlaceInTimelinesRandomized()

randomized

protected void randomized(boolean checkSensorEveryTime)

JavaGenes, NASA Ames. Written largely by Al Globus