sugr.test
Class Affinity_2DTest

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

public class Affinity_2DTest
extends junit.framework.TestCase

Author:
Bastian Oehler

Constructor Summary
Affinity_2DTest(java.lang.String arg0)
          Constructor for Affinity_2DTest.
 
Method Summary
 void testAffinity_2D()
          Test for void Affinity_2D()
 void testAffinity_2Ddoubledoubledoubledoubledoubledouble()
          Test for void Affinity_2D(double, double, double, double, double, double)
 void testAffinity_2DdoubledoubledoubledoubledoubledoubleMatrix()
          Test for void Affinity_2D(double, double, double, double, double, double, Matrix)
 void testAffinity_2DRotation_2DTranslation_2DVectordoubleboolean()
          Test for void Affinity_2D(Rotation_2D, Translation_2D, Vector, double, boolean) No error propagation is done for scale or shear, thus it must not be tested here.
 void testAffinity_2DRotation_2DTranslation_2DVectordoublebooleanMatrix()
          Test for void Affinity_2D(Rotation_2D, Translation_2D, Vector, double, boolean, Matrix)
 void testGetDegreesOfFreedom()
          Test for int getDegreesOfFreedom()
 
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

Affinity_2DTest

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

Parameters:
arg0 -
Method Detail

testGetDegreesOfFreedom

public void testGetDegreesOfFreedom()
Test for int getDegreesOfFreedom()


testAffinity_2D

public void testAffinity_2D()
Test for void Affinity_2D()


testAffinity_2Ddoubledoubledoubledoubledoubledouble

public void testAffinity_2Ddoubledoubledoubledoubledoubledouble()
Test for void Affinity_2D(double, double, double, double, double, double)


testAffinity_2DdoubledoubledoubledoubledoubledoubleMatrix

public void testAffinity_2DdoubledoubledoubledoubledoubledoubleMatrix()
Test for void Affinity_2D(double, double, double, double, double, double, Matrix)


testAffinity_2DRotation_2DTranslation_2DVectordoubleboolean

public void testAffinity_2DRotation_2DTranslation_2DVectordoubleboolean()
Test for void Affinity_2D(Rotation_2D, Translation_2D, Vector, double, boolean) No error propagation is done for scale or shear, thus it must not be tested here.


testAffinity_2DRotation_2DTranslation_2DVectordoublebooleanMatrix

public void testAffinity_2DRotation_2DTranslation_2DVectordoublebooleanMatrix()
Test for void Affinity_2D(Rotation_2D, Translation_2D, Vector, double, boolean, Matrix)