sugr.test
Class BiRelationalPropertyTest

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

public class BiRelationalPropertyTest
extends junit.framework.TestCase

Test for BiRelationalProperty.

Author:
Achim Königs

Constructor Summary
BiRelationalPropertyTest(java.lang.String arg0)
          Constructor for BiRelationalPropertyTest.
 
Method Summary
 void testClone()
          Test for Object clone()
 void testGetCovarianceOfObservations()
          Test for getCovarianceOfObservations
 void testGetFirstEntity()
          Test for getFirstEntity() Using Equal, because BiRelationalProperty is abstract
 void testGetObservations()
          Test for getObservations
 void testGetTargetType()
          Test for getTargetType() Using Equal and Incident, because BiRelationalProperty is abstract
 void testSetObservations()
          Test for setObservations
 
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

BiRelationalPropertyTest

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

Parameters:
arg0 -
Method Detail

testGetFirstEntity

public void testGetFirstEntity()
Test for getFirstEntity() Using Equal, because BiRelationalProperty is abstract


testGetTargetType

public void testGetTargetType()
Test for getTargetType() Using Equal and Incident, because BiRelationalProperty is abstract


testClone

public void testClone()
Test for Object clone()


testGetObservations

public void testGetObservations()
Test for getObservations


testSetObservations

public void testSetObservations()
Test for setObservations


testGetCovarianceOfObservations

public void testGetCovarianceOfObservations()
Test for getCovarianceOfObservations