JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.forceFields
Class ThreeBodyTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.forceFields.ThreeBodyTest

public class ThreeBodyTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
ThreeBodyTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testConstructor()
           
 void testNearlyEqual()
           
 void testScaleLengthsBy()
           
 void testWithinCutoff()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreeBodyTest

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

setUp

public void setUp()

testNearlyEqual

public void testNearlyEqual()

testConstructor

public void testConstructor()

testScaleLengthsBy

public void testScaleLengthsBy()

testWithinCutoff

public void testWithinCutoff()

JavaGenes, NASA Ames. Written largely by Al Globus