JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class SlewMotorTest

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

public class SlewMotorTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
SlewMotorTest(java.lang.String name)
           
 
Method Summary
 void testEquivalent()
           
 void testGetMaxAbsoluteSlew()
           
 void testGetMaxSlewTimeFrom()
           
 void testIsWithinLimits()
           
 void testSlewTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlewMotorTest

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

testGetMaxAbsoluteSlew

public void testGetMaxAbsoluteSlew()

testGetMaxSlewTimeFrom

public void testGetMaxSlewTimeFrom()

testEquivalent

public void testEquivalent()

testIsWithinLimits

public void testIsWithinLimits()

testSlewTime

public void testSlewTime()

JavaGenes, NASA Ames. Written largely by Al Globus