sugr.test
Class Translation_3DTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bysugr.test.Translation_3DTest
All Implemented Interfaces:
junit.framework.Test

public class Translation_3DTest
extends junit.framework.TestCase

Author:
Bastian Oehler

Constructor Summary
Translation_3DTest()
           
 
Method Summary
 void testGetDegreesOfFreedom()
          Test for int getDegreesOfFreedom()
 void testTranslation_3D()
          Test for void Translation_3D()
 void testTranslation_3Ddoubledoubledouble()
          Test for void Translation_3D(double, double, double)
 void testTranslation_3DdoubledoubledoubleMatrix()
          Test for void Translation_3D(double, double, double, Matrix)
 void testTranslation_3DPoint_3D()
          Test for void Translation_3D(Point_3D)
 void testTranslation_3DPoint_3DMatrix()
          Test for void Translation_3D(Point_3D, Matrix)
 void testTranslation_3DVector()
          Test for void Translation_3D(Vector)
 void testTranslation_3DVectorMatrix()
          Test for void Translation_3D(Vector, Matrix)
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Translation_3DTest

public Translation_3DTest()
Method Detail

testGetDegreesOfFreedom

public void testGetDegreesOfFreedom()
Test for int getDegreesOfFreedom()


testTranslation_3D

public void testTranslation_3D()
Test for void Translation_3D()


testTranslation_3Ddoubledoubledouble

public void testTranslation_3Ddoubledoubledouble()
Test for void Translation_3D(double, double, double)


testTranslation_3DdoubledoubledoubleMatrix

public void testTranslation_3DdoubledoubledoubleMatrix()
Test for void Translation_3D(double, double, double, Matrix)


testTranslation_3DVector

public void testTranslation_3DVector()
Test for void Translation_3D(Vector)


testTranslation_3DVectorMatrix

public void testTranslation_3DVectorMatrix()
Test for void Translation_3D(Vector, Matrix)


testTranslation_3DPoint_3D

public void testTranslation_3DPoint_3D()
Test for void Translation_3D(Point_3D)


testTranslation_3DPoint_3DMatrix

public void testTranslation_3DPoint_3DMatrix()
Test for void Translation_3D(Point_3D, Matrix)