JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling.HBSS
Class TaskWeightTest

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

public class TaskWeightTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
TaskWeightTest(java.lang.String name)
           
 
Method Summary
 AccessWindowWeight getAW(TaskWeight tw, int index)
           
 Task makeTask(double priority, int numberOfAccessWindows, int SSRuse)
           
 void setUp()
           
 void testConstructor()
           
 void testScheduling()
           
 void testUnscheduling()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskWeightTest

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

testConstructor

public void testConstructor()

setUp

public void setUp()

testUnscheduling

public void testUnscheduling()

testScheduling

public void testScheduling()

getAW

public AccessWindowWeight getAW(TaskWeight tw,
                                int index)

makeTask

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

JavaGenes, NASA Ames. Written largely by Al Globus