sugr.test
Class ParallelTest

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

public class ParallelTest
extends junit.framework.TestCase

Class to test Parallel Relation

Author:
Achim Königs

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

ParallelTest

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

Parameters:
arg0 -
Method Detail

testGetJacobian

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


testGetDof

public void testGetDof()
Test for getDof


testParallelLine_2DClass

public void testParallelLine_2DClass()
Test for Parallel(Line_2D, Class) This tests a Constructor of Parallel, 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.


testParallelLine_3DClass

public void testParallelLine_3DClass()
Test for Parallel(Line_3D, Class) This tests a Constructor of Parallel, 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.


testParallelPlane_3DClass

public void testParallelPlane_3DClass()
Test for Parallel(Plane_3D, Class) This tests a Constructor of Parallel, 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.