sugr.test
Class Translation_2DTest

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

public class Translation_2DTest
extends junit.framework.TestCase

Author:
Bastian Oehler

Constructor Summary
Translation_2DTest()
           
 
Method Summary
 void testGetDegreesOfFreedom()
          Test for int getDregreesOfFreedom()
 void testTranslation_2D()
          Test for void Translation_2D()
 void testTranslation_2Ddoubledouble()
          Test for void Translation_2D(double, double)
 void testTranslation_2DdoubledoubleMatrix()
          Test for void Translation_2D(double, double, Matrix)
 void testTranslation_2DPoint_2D()
          Test for void Translation_2D(Point_2D)
 void testTranslation_2DPoint_2DMatrix()
          Test for void Translation_2D(Point_2D, 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_2DTest

public Translation_2DTest()
Method Detail

testGetDegreesOfFreedom

public void testGetDegreesOfFreedom()
Test for int getDregreesOfFreedom()


testTranslation_2D

public void testTranslation_2D()
Test for void Translation_2D()


testTranslation_2Ddoubledouble

public void testTranslation_2Ddoubledouble()
Test for void Translation_2D(double, double)


testTranslation_2DdoubledoubleMatrix

public void testTranslation_2DdoubledoubleMatrix()
Test for void Translation_2D(double, double, Matrix)


testTranslation_2DPoint_2D

public void testTranslation_2DPoint_2D()
Test for void Translation_2D(Point_2D)


testTranslation_2DPoint_2DMatrix

public void testTranslation_2DPoint_2DMatrix()
Test for void Translation_2D(Point_2D, Matrix)