sugr.test
Class EqualTest

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

public class EqualTest
extends junit.framework.TestCase

Test Equal Relation Methods

Author:
Achim Königs

Constructor Summary
EqualTest()
           
 
Method Summary
 void testEqualEntity()
          Test for Equal(Entity) This tests a Constructor of Equal, which only stores the given Entity in a RelationalProperty.
 void testEqualLine_2DClass()
          Test for Equal(Line_2D, Class) This tests a Constructor of Equal, which only stores the given Entity in a RelationalProperty.
 void testEqualLine_3DClass()
          Test for Equal(Line_3D, Class) This tests a Constructor of Equal, which only stores the given Entity in a RelationalProperty.
 void testEqualPlane_3DClass()
          Test for Equal(Plane_3D, Class) This tests a Constructor of Equal, which only stores the given Entity in a RelationalProperty.
 void testEqualPoint_2DClass()
          Test for Equal(Point_2D, Class) This tests a Constructor of Equal, which only stores the given Entity in a RelationalProperty.
 void testEqualPoint_3DClass()
          Test for Equal(Point_3D, Class) This tests a Constructor of Equal, which only stores the given Entity in a RelationalProperty.
 void testGetDof()
          Tests the dofs of all possible entities
 void testGetJacobian()
          Tests if the right jacobians are delivered for points, planes and lines in 2D and 3D
 
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

EqualTest

public EqualTest()
Method Detail

testGetJacobian

public void testGetJacobian()
Tests if the right jacobians are delivered for points, planes and lines in 2D and 3D


testGetDof

public void testGetDof()
Tests the dofs of all possible entities


testEqualEntity

public void testEqualEntity()
Test for Equal(Entity) This tests a Constructor of Equal, 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.


testEqualPoint_2DClass

public void testEqualPoint_2DClass()
Test for Equal(Point_2D, Class) This tests a Constructor of Equal, 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.


testEqualLine_2DClass

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


testEqualPoint_3DClass

public void testEqualPoint_3DClass()
Test for Equal(Point_3D, Class) This tests a Constructor of Equal, 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.


testEqualLine_3DClass

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


testEqualPlane_3DClass

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