JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling.HBSS
Class SchedulerTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.EOSscheduling.HBSS.SchedulerTest

public class SchedulerTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
SchedulerTest(java.lang.String name)
           
 
Method Summary
 Task makeTask(double priority, int numberOfAccessWindows, int SSRuse)
           
 void setUp()
           
 void testCreateSchedule()
           
 void testInsertIntoTimelines()
           
 void testScheduleTask()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerTest

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

testInsertIntoTimelines

public void testInsertIntoTimelines()

testScheduleTask

public void testScheduleTask()

testCreateSchedule

public void testCreateSchedule()

setUp

public void setUp()

makeTask

public Task makeTask(double priority,
                     int numberOfAccessWindows,
                     int SSRuse)

JavaGenes, NASA Ames. Written largely by Al Globus