sugr.test
Class Rotation_2DTest

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

public class Rotation_2DTest
extends junit.framework.TestCase

Author:
Bastian Oehler

Constructor Summary
Rotation_2DTest(java.lang.String arg0)
          Constructor for Rotation_2DTest.
 
Method Summary
 void testGetDegreesOfFreedom()
          Test for int getDegreesOfFreedom()
 void testRotation_2D()
          Test for void Rotation_2D()
 void testRotation_2Ddouble()
          Test for void Rotation_2D(double)
 void testRotation_2Ddoubledouble()
          Test for void Rotation_2D(double, double)
 void testRotation_2DdoubledoubleMatrix()
          Test for void Rotation_2D(double, double, Matrix)
 void testRotation_2DdoubleMatrix()
          Test for void Rotation_2D(double, 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_2DTest

public Rotation_2DTest(java.lang.String arg0)
Constructor for Rotation_2DTest.

Parameters:
arg0 -
Method Detail

testGetDegreesOfFreedom

public void testGetDegreesOfFreedom()
Test for int getDegreesOfFreedom()


testRotation_2D

public void testRotation_2D()
Test for void Rotation_2D()


testRotation_2Ddouble

public void testRotation_2Ddouble()
Test for void Rotation_2D(double)


testRotation_2DdoubleMatrix

public void testRotation_2DdoubleMatrix()
Test for void Rotation_2D(double, Matrix)


testRotation_2Ddoubledouble

public void testRotation_2Ddoubledouble()
Test for void Rotation_2D(double, double)


testRotation_2DdoubledoubleMatrix

public void testRotation_2DdoubledoubleMatrix()
Test for void Rotation_2D(double, double, Matrix)