sugr.test
Class TriRelationalPropertyTest

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

public class TriRelationalPropertyTest
extends junit.framework.TestCase

Test for TriRelationalProperty, the only really interesting test is the test for getJacobian.

Author:
Achim Königs

Constructor Summary
TriRelationalPropertyTest(java.lang.String arg0)
          Constructor for TriRelationalPropertyTest.
 
Method Summary
 void testClone()
          Test for Object clone()
 void testGetCovarianceOfObservations()
          Test for getCovarianceOfObeservations The cov-matrices of the two entities are merged
 void testGetDof()
          Test for getDof Tests the Degrees of Freedom for every allowed combination of entities and transformations
 void testGetFirstEntity()
          Test for getFirstEntity
 void testGetJacobian()
          Test for getJacobian Test's the jacobians of the Relations
 void testGetObservations()
          Test for getObservations
 void testGetSecondEntity()
          Test for getSecondEntity
 void testGetTargetType()
          Test for getTargetType
 void testSetObservations()
          Test for setObservations
 void testTriRelationalProperty()
          Test for TriRelationalProperty()
 
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

TriRelationalPropertyTest

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

Parameters:
arg0 -
Method Detail

testTriRelationalProperty

public void testTriRelationalProperty()
Test for TriRelationalProperty()


testGetTargetType

public void testGetTargetType()
Test for getTargetType


testGetFirstEntity

public void testGetFirstEntity()
Test for getFirstEntity


testGetSecondEntity

public void testGetSecondEntity()
Test for getSecondEntity


testGetJacobian

public void testGetJacobian()
Test for getJacobian Test's the jacobians of the Relations


testClone

public void testClone()
Test for Object clone()


testGetDof

public void testGetDof()
Test for getDof Tests the Degrees of Freedom for every allowed combination of entities and transformations


testGetObservations

public void testGetObservations()
Test for getObservations


testSetObservations

public void testSetObservations()
Test for setObservations


testGetCovarianceOfObservations

public void testGetCovarianceOfObservations()
Test for getCovarianceOfObeservations The cov-matrices of the two entities are merged