sugr.test
Class OrthogonalTest

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

public class OrthogonalTest
extends junit.framework.TestCase

Test for Orthogonal Relation.

Author:
Achim Königs

Constructor Summary
OrthogonalTest(java.lang.String arg0)
          Constructor for OrthogonalTest.
 
Method Summary
 void testGetDof()
          Test for getDof
 void testGetJacobian()
          Test for getJacobian for Orthogonal between lines and planes
 void testOrthogonalLine_2DClass()
          Test for void Orthogonal(Line_2D, Class) This tests a Constructor of Orthogonal, which only stores the given Entity in a RelationalProperty.
 void testOrthogonalLine_3DClass()
          Test for void Orthogonal(Line_3D, Class) This tests a Constructor of Orthogonal, which only stores the given Entity in a RelationalProperty.
 void testOrthogonalPlane_3DClass()
          Test for void Orthogonal(Plane_3D, Class) This tests a Constructor of Orthogonal, which only stores the given Entity in a RelationalProperty.
 
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

OrthogonalTest

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

Parameters:
arg0 -
Method Detail

testGetJacobian

public void testGetJacobian()
Test for getJacobian for Orthogonal between lines and planes


testGetDof

public void testGetDof()
Test for getDof


testOrthogonalLine_2DClass

public void testOrthogonalLine_2DClass()
Test for void Orthogonal(Line_2D, Class) This tests a Constructor of Orthogonal, which only stores the given Entity in a RelationalProperty. If you are looking for more tests of this Relation look in RelationTests.testDecision() and the getJacobianOfRelation() tests.


testOrthogonalLine_3DClass

public void testOrthogonalLine_3DClass()
Test for void Orthogonal(Line_3D, Class) This tests a Constructor of Orthogonal, which only stores the given Entity in a RelationalProperty. If you are looking for more tests of this Relation look in RelationTests.testDecision() and the getJacobianOfRelation() tests.


testOrthogonalPlane_3DClass

public void testOrthogonalPlane_3DClass()
Test for void Orthogonal(Plane_3D, Class) This tests a Constructor of Orthogonal, which only stores the given Entity in a RelationalProperty. If you are looking for more tests of this Relation look in RelationTests.testDecision() and the getJacobianOfRelation() tests.