JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.forceFields
Class TwoBodyTest

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

public class TwoBodyTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
TwoBodyTest(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

TwoBodyTest

public TwoBodyTest(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