esraMath
Class GeometryTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byesraMath.GeometryTest
All Implemented Interfaces:
junit.framework.Test

public class GeometryTest
extends junit.framework.TestCase

Author:
mika

Field Summary
(package private)  double TOLERANCE
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
GeometryTest()
           
 
Method Summary
 void testAngle()
           
 void testCenterOfGeometry()
           
 void testDihedral()
           
 void testDistance()
           
 void testFitAndRmsddoubleArrayArraydoubleArrayArraydoubleArray()
           
 void testInertiaTensor()
           
 void testIupac2Math()
           
 void testLinerotationMatrix()
           
 void testRgyr()
           
 void testRmsddoubleArrayArraydoubleArrayArray()
           
 void testRmsddoubleArrayArraydoubleArrayArraydoubleArray()
           
 void testRotate()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TOLERANCE

final double TOLERANCE
See Also:
Constant Field Values
Constructor Detail

GeometryTest

public GeometryTest()
Method Detail

testDistance

public void testDistance()

testAngle

public void testAngle()

testDihedral

public void testDihedral()

testIupac2Math

public void testIupac2Math()

testCenterOfGeometry

public void testCenterOfGeometry()

testRgyr

public void testRgyr()

testRmsddoubleArrayArraydoubleArrayArray

public void testRmsddoubleArrayArraydoubleArrayArray()

testRmsddoubleArrayArraydoubleArrayArraydoubleArray

public void testRmsddoubleArrayArraydoubleArrayArraydoubleArray()

testFitAndRmsddoubleArrayArraydoubleArrayArraydoubleArray

public void testFitAndRmsddoubleArrayArraydoubleArrayArraydoubleArray()

testInertiaTensor

public void testInertiaTensor()

testLinerotationMatrix

public void testLinerotationMatrix()

testRotate

public void testRotate()