JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.chemistry
Class UnitCellTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.chemistry.UnitCellTest

public class UnitCellTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
UnitCellTest(java.lang.String name)
           
 
Method Summary
 void testAngle()
           
 void testConstructor()
           
 void testCopy()
           
 void testDistance()
           
 void testGetSeparation()
           
 void testIsCutoffInBounds()
           
 void testIsInside()
           
 void testMoveInside()
           
 void testScaleBy()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitCellTest

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

testConstructor

public void testConstructor()

testCopy

public void testCopy()

testScaleBy

public void testScaleBy()

testMoveInside

public void testMoveInside()

testToString

public void testToString()

testGetSeparation

public void testGetSeparation()

testDistance

public void testDistance()

testAngle

public void testAngle()

testIsInside

public void testIsInside()

testIsCutoffInBounds

public void testIsCutoffInBounds()

JavaGenes, NASA Ames. Written largely by Al Globus