nz.ac.waikato.mcennis.rat.graph.query.link
Class LinkByPropertyTest

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

public class LinkByPropertyTest
extends TestCase


Constructor Summary
LinkByPropertyTest(java.lang.String testName)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAllActorLimitExecute()
          Test of execute method, of class LinkByProperty.
 void testAllActorLimitExecuteIterator()
          Test of execute method, of class LinkByProperty.
 void testAllActorLimitExecuteNegated()
          Test of execute method, of class LinkByProperty.
 void testAllActorLimitExecuteNegatedIterator()
          Test of execute method, of class LinkByProperty.
 void testBothLinkLimitExecute()
          Test of execute method, of class LinkByProperty.
 void testBothLinkLimitExecuteIterator()
          Test of execute method, of class LinkByProperty.
 void testBothLinkLimitExecuteNegated()
          Test of execute method, of class LinkByProperty.
 void testBothLinkLimitExecuteNegatedIterator()
          Test of execute method, of class LinkByProperty.
 void testBuildingStatus()
          Test of buildingStatus method, of class LinkByProperty.
 void testBuildQuery()
          Test of buildQuery method, of class LinkByProperty.
 void testDALinkLimitExecute()
          Test of execute method, of class LinkByProperty.
 void testDALinkLimitExecuteIterator()
          Test of execute method, of class LinkByProperty.
 void testDALinkLimitExecuteNegated()
          Test of execute method, of class LinkByProperty.
 void testDALinkLimitExecuteNegatedIterator()
          Test of execute method, of class LinkByProperty.
 void testDestinationLimitExecute()
          Test of execute method, of class LinkByProperty.
 void testDestinationLimitExecuteIterator()
          Test of execute method, of class LinkByProperty.
 void testDestinationLimitExecuteNegated()
          Test of execute method, of class LinkByProperty.
 void testDestinationLimitExecuteNegatedIterator()
          Test of execute method, of class LinkByProperty.
 void testEmptyExecute()
          Test of execute method, of class LinkByProperty.
 void testEmptyExecuteIterator()
          Test of execute method, of class LinkByProperty.
 void testEmptyExecuteNegative()
          Test of execute method, of class LinkByProperty.
 void testEmptyExecuteNegativeIterator()
          Test of execute method, of class LinkByProperty.
 void testExecute()
          Test of execute method, of class LinkByProperty.
 void testExecuteIterator()
          Test of execute method, of class LinkByProperty.
 void testExecuteNegated()
          Test of execute method, of class LinkByProperty.
 void testExecuteNegatedIterator()
          Test of execute method, of class LinkByProperty.
 void testExportQuery()
          Test of exportQuery method, of class LinkByProperty.
 void testLinkLimitExecute()
          Test of execute method, of class LinkByProperty.
 void testLinkLimitExecuteIterator()
          Test of execute method, of class LinkByProperty.
 void testLinkLimitExecuteNegated()
          Test of execute method, of class LinkByProperty.
 void testLinkLimitExecuteNegatedIterator()
          Test of execute method, of class LinkByProperty.
 void testNotBuildQuery()
          Test of buildQuery method, of class LinkByProperty.
 void testNullExecute()
          Test of execute method, of class LinkByProperty.
 void testNullExecuteIterator()
          Test of execute method, of class LinkByProperty.
 void testNullExecuteNegative()
          Test of execute method, of class LinkByProperty.
 void testNullExecuteNegativeIterator()
          Test of execute method, of class LinkByProperty.
 void testNullPropertyStringBuildQuery()
          Test of buildQuery method, of class LinkByProperty.
 void testNullQueryBuildQuery()
          Test of buildQuery method, of class LinkByProperty.
 void testPrototype()
          Test of prototype method, of class LinkByProperty.
 void testSALinkLimitExecute()
          Test of execute method, of class LinkByProperty.
 void testSALinkLimitExecuteIterator()
          Test of execute method, of class LinkByProperty.
 void testSALinkLimitExecuteNegated()
          Test of execute method, of class LinkByProperty.
 void testSALinkLimitExecuteNegatedIterator()
          Test of execute method, of class LinkByProperty.
 void testSourceLimitExecute()
          Test of execute method, of class LinkByProperty.
 void testSourceLimitExecuteIterator()
          Test of execute method, of class LinkByProperty.
 void testSourceLimitExecuteNegative()
          Test of execute method, of class LinkByProperty.
 void testSourceLimitExecuteNegativeIterator()
          Test of execute method, of class LinkByProperty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkByPropertyTest

public LinkByPropertyTest(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

testBuildQuery

public void testBuildQuery()
Test of buildQuery method, of class LinkByProperty.


testNullPropertyStringBuildQuery

public void testNullPropertyStringBuildQuery()
Test of buildQuery method, of class LinkByProperty.


testNotBuildQuery

public void testNotBuildQuery()
Test of buildQuery method, of class LinkByProperty.


testNullQueryBuildQuery

public void testNullQueryBuildQuery()
Test of buildQuery method, of class LinkByProperty.


testNullExecute

public void testNullExecute()
Test of execute method, of class LinkByProperty.


testEmptyExecute

public void testEmptyExecute()
Test of execute method, of class LinkByProperty.


testSourceLimitExecute

public void testSourceLimitExecute()
Test of execute method, of class LinkByProperty.


testDestinationLimitExecute

public void testDestinationLimitExecute()
Test of execute method, of class LinkByProperty.


testAllActorLimitExecute

public void testAllActorLimitExecute()
Test of execute method, of class LinkByProperty.


testSALinkLimitExecute

public void testSALinkLimitExecute()
Test of execute method, of class LinkByProperty.


testDALinkLimitExecute

public void testDALinkLimitExecute()
Test of execute method, of class LinkByProperty.


testBothLinkLimitExecute

public void testBothLinkLimitExecute()
Test of execute method, of class LinkByProperty.


testLinkLimitExecute

public void testLinkLimitExecute()
Test of execute method, of class LinkByProperty.


testExecute

public void testExecute()
Test of execute method, of class LinkByProperty.


testNullExecuteNegative

public void testNullExecuteNegative()
Test of execute method, of class LinkByProperty.


testEmptyExecuteNegative

public void testEmptyExecuteNegative()
Test of execute method, of class LinkByProperty.


testSourceLimitExecuteNegative

public void testSourceLimitExecuteNegative()
Test of execute method, of class LinkByProperty.


testDestinationLimitExecuteNegated

public void testDestinationLimitExecuteNegated()
Test of execute method, of class LinkByProperty.


testAllActorLimitExecuteNegated

public void testAllActorLimitExecuteNegated()
Test of execute method, of class LinkByProperty.


testSALinkLimitExecuteNegated

public void testSALinkLimitExecuteNegated()
Test of execute method, of class LinkByProperty.


testDALinkLimitExecuteNegated

public void testDALinkLimitExecuteNegated()
Test of execute method, of class LinkByProperty.


testBothLinkLimitExecuteNegated

public void testBothLinkLimitExecuteNegated()
Test of execute method, of class LinkByProperty.


testLinkLimitExecuteNegated

public void testLinkLimitExecuteNegated()
Test of execute method, of class LinkByProperty.


testExecuteNegated

public void testExecuteNegated()
Test of execute method, of class LinkByProperty.


testNullExecuteIterator

public void testNullExecuteIterator()
Test of execute method, of class LinkByProperty.


testEmptyExecuteIterator

public void testEmptyExecuteIterator()
Test of execute method, of class LinkByProperty.


testSourceLimitExecuteIterator

public void testSourceLimitExecuteIterator()
Test of execute method, of class LinkByProperty.


testDestinationLimitExecuteIterator

public void testDestinationLimitExecuteIterator()
Test of execute method, of class LinkByProperty.


testAllActorLimitExecuteIterator

public void testAllActorLimitExecuteIterator()
Test of execute method, of class LinkByProperty.


testSALinkLimitExecuteIterator

public void testSALinkLimitExecuteIterator()
Test of execute method, of class LinkByProperty.


testDALinkLimitExecuteIterator

public void testDALinkLimitExecuteIterator()
Test of execute method, of class LinkByProperty.


testBothLinkLimitExecuteIterator

public void testBothLinkLimitExecuteIterator()
Test of execute method, of class LinkByProperty.


testLinkLimitExecuteIterator

public void testLinkLimitExecuteIterator()
Test of execute method, of class LinkByProperty.


testExecuteIterator

public void testExecuteIterator()
Test of execute method, of class LinkByProperty.


testNullExecuteNegativeIterator

public void testNullExecuteNegativeIterator()
Test of execute method, of class LinkByProperty.


testEmptyExecuteNegativeIterator

public void testEmptyExecuteNegativeIterator()
Test of execute method, of class LinkByProperty.


testSourceLimitExecuteNegativeIterator

public void testSourceLimitExecuteNegativeIterator()
Test of execute method, of class LinkByProperty.


testDestinationLimitExecuteNegatedIterator

public void testDestinationLimitExecuteNegatedIterator()
Test of execute method, of class LinkByProperty.


testAllActorLimitExecuteNegatedIterator

public void testAllActorLimitExecuteNegatedIterator()
Test of execute method, of class LinkByProperty.


testSALinkLimitExecuteNegatedIterator

public void testSALinkLimitExecuteNegatedIterator()
Test of execute method, of class LinkByProperty.


testDALinkLimitExecuteNegatedIterator

public void testDALinkLimitExecuteNegatedIterator()
Test of execute method, of class LinkByProperty.


testBothLinkLimitExecuteNegatedIterator

public void testBothLinkLimitExecuteNegatedIterator()
Test of execute method, of class LinkByProperty.


testLinkLimitExecuteNegatedIterator

public void testLinkLimitExecuteNegatedIterator()
Test of execute method, of class LinkByProperty.


testExecuteNegatedIterator

public void testExecuteNegatedIterator()
Test of execute method, of class LinkByProperty.


testExportQuery

public void testExportQuery()
                     throws java.lang.Exception
Test of exportQuery method, of class LinkByProperty.

Throws:
java.lang.Exception

testBuildingStatus

public void testBuildingStatus()
Test of buildingStatus method, of class LinkByProperty.


testPrototype

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


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