gov.nasa.javaGenes.EOSscheduling
Class DutyCycleConstraintTest
java.lang.Object
TestCase
gov.nasa.javaGenes.EOSscheduling.DutyCycleConstraintTest
- public class DutyCycleConstraintTest
- extends TestCase
RESTRICTION: the dutyCylce constraint assumes that the task duration is equal to the access window -- i.e, there is no point in trying to move the task around in time. This was done to simplify implementation since the more general case may never be an issue for this project.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DutyCycleConstraintTest
public DutyCycleConstraintTest(java.lang.String name)
setUp
protected void setUp()
testFastVsSlowBug
public void testFastVsSlowBug()
testDefinitelyFits
public void testDefinitelyFits()
testInsertAtAndInitialize
public void testInsertAtAndInitialize()
testDurationBucketCalcs
public void testDurationBucketCalcs()
testGetIndex
public void testGetIndex()
testFits
public void testFits()
testOkBackward
public void testOkBackward()
testOkForward
public void testOkForward()