JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.forceFields
Class MultiBodiesForOneEnergyTest

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

public class MultiBodiesForOneEnergyTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
MultiBodiesForOneEnergyTest(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
 void setUpMolecule()
           
protected  void tearDown()
           
 void testConstructor()
           
 void testRemoveBodiesAboveCutoff()
           
 void testUnitCell()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiBodiesForOneEnergyTest

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

setUp

protected void setUp()

tearDown

protected void tearDown()

testUnitCell

public void testUnitCell()

setUpMolecule

public void setUpMolecule()

testConstructor

public void testConstructor()

testRemoveBodiesAboveCutoff

public void testRemoveBodiesAboveCutoff()

JavaGenes, NASA Ames. Written largely by Al Globus