sugr.test
Class Rotation_3DTest

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

public class Rotation_3DTest
extends junit.framework.TestCase

Author:
Bastian Oehler

Constructor Summary
Rotation_3DTest()
           
 
Method Summary
 void testGetDegreesOfFreedom()
          Test for int getDegreesOfFreedom()
 void testRotation_3D()
          Test for void Rotation_3D()
 void testRotation_3Ddoubledoubledouble()
          Test for void Rotation_3D(double, double, double)
 void testRotation_3Ddoubledoubledoubledouble()
          Test for void Rotation_3D(double, double, double, double)
 void testRotation_3DdoubledoubledoubledoubleMatrix()
          Test for void Rotation_3D(double, double, double, double, Matrix)
 void testRotation_3DdoubledoubledoubleMatrix()
          Test for void Rotation_3D(double, double, double, Matrix)
 void testRotation_3DVector()
          Test for void Rotation_3D(Vector)
 void testRotation_3DVectordouble()
          Test for void Rotation_3D(Vector, double)
 void testRotation_3DVectordoubleMatrix()
          Test for void Rotation_3D(Vector, double, Matrix)
 void testRotation_3DVectorMatrix()
          Test for void Rotation_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

Rotation_3DTest

public Rotation_3DTest()
Method Detail

testGetDegreesOfFreedom

public void testGetDegreesOfFreedom()
Test for int getDegreesOfFreedom()


testRotation_3D

public void testRotation_3D()
Test for void Rotation_3D()


testRotation_3Ddoubledoubledouble

public void testRotation_3Ddoubledoubledouble()
Test for void Rotation_3D(double, double, double)


testRotation_3DdoubledoubledoubleMatrix

public void testRotation_3DdoubledoubledoubleMatrix()
Test for void Rotation_3D(double, double, double, Matrix)


testRotation_3DVector

public void testRotation_3DVector()
Test for void Rotation_3D(Vector)


testRotation_3DVectorMatrix

public void testRotation_3DVectorMatrix()
Test for void Rotation_3D(Vector, Matrix)


testRotation_3Ddoubledoubledoubledouble

public void testRotation_3Ddoubledoubledoubledouble()
Test for void Rotation_3D(double, double, double, double)


testRotation_3DdoubledoubledoubledoubleMatrix

public void testRotation_3DdoubledoubledoubledoubleMatrix()
Test for void Rotation_3D(double, double, double, double, Matrix)


testRotation_3DVectordouble

public void testRotation_3DVectordouble()
Test for void Rotation_3D(Vector, double)


testRotation_3DVectordoubleMatrix

public void testRotation_3DVectordoubleMatrix()
Test for void Rotation_3D(Vector, double, Matrix)