JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class AccessWindowTest

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

public class AccessWindowTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
AccessWindowTest(java.lang.String name)
           
 
Method Summary
 void testCoulbBeScheduledWith()
           
 void testDuration()
           
 void testGetTimeAtMiddle()
           
 void testIsWithin()
           
 void testOverlapInTimeWith()
           
 void testShrinkAroundMiddle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessWindowTest

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

testOverlapInTimeWith

public void testOverlapInTimeWith()

testCoulbBeScheduledWith

public void testCoulbBeScheduledWith()

testDuration

public void testDuration()

testIsWithin

public void testIsWithin()

testGetTimeAtMiddle

public void testGetTimeAtMiddle()

testShrinkAroundMiddle

public void testShrinkAroundMiddle()

JavaGenes, NASA Ames. Written largely by Al Globus