sugr.test
Class Affinity_3DTest

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

public class Affinity_3DTest
extends junit.framework.TestCase

Author:
Bastian Oehler

Constructor Summary
Affinity_3DTest()
           
 
Method Summary
 void testAffinity_3D()
          Test for void Affinity_3D()
 void testAffinity_3DdoubleArray()
          Test for void Affinity_3D(double[])
 void testAffinity_3DdoubleArrayMatrix()
          Test for void Affinity_3D(double[], Matrix)
 void testAffinity_3DRotation_3DTranslation_3DVectorVector()
          Test for void Affinity_3D(Rotation_3D, Translation_3D, Vector, Vector) Test for error propagation must not be done here, as scale and shear do not have errors.
 void testAffinity_3DRotation_3DTranslation_3DVectorVectorMatrix()
          Test for void Affinity_3D(Rotation_3D, Translation_3D, Vector, Vector, 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_3DTest

public Affinity_3DTest()
Method Detail

testGetDegreesOfFreedom

public void testGetDegreesOfFreedom()
Test for int getDegreesOfFreedom()


testAffinity_3D

public void testAffinity_3D()
Test for void Affinity_3D()


testAffinity_3DdoubleArray

public void testAffinity_3DdoubleArray()
Test for void Affinity_3D(double[])


testAffinity_3DdoubleArrayMatrix

public void testAffinity_3DdoubleArrayMatrix()
Test for void Affinity_3D(double[], Matrix)


testAffinity_3DRotation_3DTranslation_3DVectorVector

public void testAffinity_3DRotation_3DTranslation_3DVectorVector()
Test for void Affinity_3D(Rotation_3D, Translation_3D, Vector, Vector) Test for error propagation must not be done here, as scale and shear do not have errors.


testAffinity_3DRotation_3DTranslation_3DVectorVectorMatrix

public void testAffinity_3DRotation_3DTranslation_3DVectorVectorMatrix()
Test for void Affinity_3D(Rotation_3D, Translation_3D, Vector, Vector, Matrix)