nz.ac.waikato.mcennis.rat.graph.link
Class BasicUserLinkTest

java.lang.Object
  extended by TestCase
      extended by nz.ac.waikato.mcennis.rat.graph.link.BasicUserLinkTest

public class BasicUserLinkTest
extends TestCase


Constructor Summary
BasicUserLinkTest(java.lang.String testName)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAdd()
          Test of add method, of class BasicUserLink.
 void testCompareToDifferingContent()
          Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testCompareToDifferingMode()
          Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testCompareToDifferingSize()
          Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testCompareToEqualsProperties()
          Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testCompareToLeftNull()
          Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testCompareToNullProperties()
          Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testCompareToRightNull()
          Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testCompareToSameModeDifferingDestination()
          Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testCompareToSameModeDifferingSource()
          Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testEquals()
          Test of equals method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testGetDestination()
          Test of getDestination method, of class BasicUserLink.
 void testGetPropertyNotNull()
          Test of getProperty method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testGetPropertyNull()
          Test of getProperty method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testGetRelation()
          Test of getRelation method, of class BasicUserLink.
 void testGetSource()
          Test of getSource method, of class BasicUserLink.
 void testGetStrength()
          Test of getStrength method, of class BasicUserLink.
 void testInit()
          Test of init method, of class BasicUserLink.
 void testPrototype()
          Test of prototype method, of class BasicUserLink.
 void testRemoveProperty()
          Test of removeProperty method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testRemovePropertyNotPresent()
          Test of removeProperty method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.
 void testSet_3args()
          Test of set method, of class BasicUserLink.
 void testSet_double()
          Test of set method, of class BasicUserLink.
 void testSetDestination()
          Test of setDestination method, of class BasicUserLink.
 void testSetRelation()
          Test of setRelation method, of class BasicUserLink.
 void testSetSource()
          Test of setSource method, of class BasicUserLink.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicUserLinkTest

public BasicUserLinkTest(java.lang.String testName)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGetStrength

public void testGetStrength()
Test of getStrength method, of class BasicUserLink.


testGetSource

public void testGetSource()
Test of getSource method, of class BasicUserLink.


testGetDestination

public void testGetDestination()
Test of getDestination method, of class BasicUserLink.


testSet_3args

public void testSet_3args()
Test of set method, of class BasicUserLink.


testGetRelation

public void testGetRelation()
Test of getRelation method, of class BasicUserLink.


testSetRelation

public void testSetRelation()
Test of setRelation method, of class BasicUserLink.


testSetSource

public void testSetSource()
Test of setSource method, of class BasicUserLink.


testSetDestination

public void testSetDestination()
Test of setDestination method, of class BasicUserLink.


testSet_double

public void testSet_double()
Test of set method, of class BasicUserLink.


testAdd

public void testAdd()
Test of add method, of class BasicUserLink.


testGetPropertyNotNull

public void testGetPropertyNotNull()
                            throws java.lang.Exception
Test of getProperty method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.

Throws:
java.lang.Exception

testGetPropertyNull

public void testGetPropertyNull()
Test of getProperty method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testRemoveProperty

public void testRemoveProperty()
Test of removeProperty method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testRemovePropertyNotPresent

public void testRemovePropertyNotPresent()
Test of removeProperty method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testPrototype

public void testPrototype()
Test of prototype method, of class BasicUserLink.


testCompareToDifferingMode

public void testCompareToDifferingMode()
Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testCompareToSameModeDifferingSource

public void testCompareToSameModeDifferingSource()
Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testCompareToSameModeDifferingDestination

public void testCompareToSameModeDifferingDestination()
Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testCompareToNullProperties

public void testCompareToNullProperties()
Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testCompareToLeftNull

public void testCompareToLeftNull()
Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testCompareToRightNull

public void testCompareToRightNull()
Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testCompareToDifferingContent

public void testCompareToDifferingContent()
Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testCompareToDifferingSize

public void testCompareToDifferingSize()
Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testCompareToEqualsProperties

public void testCompareToEqualsProperties()
Test of compareTo method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testEquals

public void testEquals()
Test of equals method, of class nz.ac.waikato.mcennis.arm.graph.actor.BasicUserLink.


testInit

public void testInit()
Test of init method, of class BasicUserLink.


Get Relational Analysis Toolkit at SourceForge.net. Fast, secure and Free Open Source software downloads