sugr.test
Class IncidentTest

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

public class IncidentTest
extends junit.framework.TestCase

Test for Incident Relation type.

Author:
Achim Königs

Constructor Summary
IncidentTest(java.lang.String arg0)
          Constructor for IncidentTest.
 
Method Summary
 void testGetDof()
          Test for getDof Tests all degrees of Freedom for every combination of entities
 void testGetJacobian()
          Test for getJacobian Tests all possible Jacobians by value
 void testIncidentEntityClass()
          Test for Incident(Entity, Class)
 void testIncidentLine_2DClass()
          Test for void Incident(Line_2D, Class) This tests a Constructor of Incident, which only stores the given Entity in a RelationalProperty.
 void testIncidentLine_3DClass()
          Test for void Incident(Line_3D, Class) This tests a Constructor of Incident, which only stores the given Entity in a RelationalProperty.
 void testIncidentPlane_3DClass()
          Test for void Incident(Plane_3D, Class) This tests a Constructor of Incident, which only stores the given Entity in a RelationalProperty.
 void testIncidentPoint_2DClass()
          Test for Incident(Point_2D, Class) This tests a Constructor of Incident, which only stores the given Entity in a RelationalProperty.
 void testIncidentPoint_3DClass()
          Test for Incident(Point_3D, Class) This tests a Constructor of Incident, 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

IncidentTest

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

Parameters:
arg0 -
Method Detail

testGetJacobian

public void testGetJacobian()
Test for getJacobian Tests all possible Jacobians by value


testGetDof

public void testGetDof()
Test for getDof Tests all degrees of Freedom for every combination of entities


testIncidentEntityClass

public void testIncidentEntityClass()
Test for Incident(Entity, Class)


testIncidentPoint_2DClass

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


testIncidentPoint_3DClass

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


testIncidentLine_3DClass

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


testIncidentLine_2DClass

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


testIncidentPlane_3DClass

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