nz.ac.waikato.mcennis.rat.graph.query.graph
Class GraphByLinkTest

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

public class GraphByLinkTest
extends TestCase


Constructor Summary
GraphByLinkTest(java.lang.String testName)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAllActorLimitExecute()
          Test of execute method, of class GraphByLink.
 void testAllActorLimitIterator()
          Test of execute method, of class GraphByLink.
 void testAllActorLimitNegatedExecute()
          Test of execute method, of class GraphByLink.
 void testAllActorLimitNegatedIterator()
          Test of execute method, of class GraphByLink.
 void testAllActorLinkLimitExecute()
          Test of execute method, of class GraphByLink.
 void testAllActorLinkLimitIterator()
          Test of execute method, of class GraphByLink.
 void testAllActorLinkLimitNegatedExecute()
          Test of execute method, of class GraphByLink.
 void testAllActorLinkLimitNegatedIterator()
          Test of execute method, of class GraphByLink.
 void testBuildingStatus()
          Test of buildingStatus method, of class GraphByLink.
 void testBuildQuery()
          Test of buildQuery method, of class GraphByLink.
 void testDestinationActorLimitExecute()
          Test of execute method, of class GraphByLink.
 void testDestinationActorLimitIterator()
          Test of execute method, of class GraphByLink.
 void testDestinationActorLimitNegatedExecute()
          Test of execute method, of class GraphByLink.
 void testDestinationActorLimitNegatedIterator()
          Test of execute method, of class GraphByLink.
 void testDestinationActorLinkLimitExecute()
          Test of execute method, of class GraphByLink.
 void testDestinationActorLinkLimitIterator()
          Test of execute method, of class GraphByLink.
 void testDestinationActorLinkLimitNegatedExecute()
          Test of execute method, of class GraphByLink.
 void testDestinationActorLinkLimitNegatedIterator()
          Test of execute method, of class GraphByLink.
 void testEmptyExecute()
          Test of execute method, of class GraphByLink.
 void testEmptyIterator()
          Test of execute method, of class GraphByLink.
 void testEmptyNegatedExecute()
          Test of execute method, of class GraphByLink.
 void testEmptyNegatedIterator()
          Test of execute method, of class GraphByLink.
 void testExportQuery()
          Test of exportQuery method, of class GraphByLink.
 void testLinkLimitExecute()
          Test of execute method, of class GraphByLink.
 void testLinkLimitIterator()
          Test of execute method, of class GraphByLink.
 void testLinkLimitNegatedExecute()
          Test of execute method, of class GraphByLink.
 void testLinkLimitNegatedIterator()
          Test of execute method, of class GraphByLink.
 void testNoLimitExecute()
          Test of execute method, of class GraphByLink.
 void testNoLimitIterator()
          Test of execute method, of class GraphByLink.
 void testNoLimitNegatedExecute()
          Test of execute method, of class GraphByLink.
 void testNoLimitNegatedIterator()
          Test of execute method, of class GraphByLink.
 void testNotBuildQuery()
          Test of buildQuery method, of class GraphByLink.
 void testNullExecute()
          Test of execute method, of class GraphByLink.
 void testNullGraphQueryBuildQuery()
          Test of buildQuery method, of class GraphByLink.
 void testNullIterator()
          Test of execute method, of class GraphByLink.
 void testNullLinkEndBuildQuery()
          Test of buildQuery method, of class GraphByLink.
 void testNullNegatedExecute()
          Test of execute method, of class GraphByLink.
 void testNullNegatedIterator()
          Test of execute method, of class GraphByLink.
 void testNullQueryBuildQuery()
          Test of buildQuery method, of class GraphByLink.
 void testPrototype()
          Test of prototype method, of class GraphByLink.
 void testSourceActorLimitExecute()
          Test of execute method, of class GraphByLink.
 void testSourceActorLimitIterator()
          Test of execute method, of class GraphByLink.
 void testSourceActorLimitNegatedExecute()
          Test of execute method, of class GraphByLink.
 void testSourceActorLimitNegatedIterator()
          Test of execute method, of class GraphByLink.
 void testSourceActorLinkLimitExecute()
          Test of execute method, of class GraphByLink.
 void testSourceActorLinkLimitIterator()
          Test of execute method, of class GraphByLink.
 void testSourceActorLinkLimitNegatedExecute()
          Test of execute method, of class GraphByLink.
 void testSourceActorLinkLimitNegatedIterator()
          Test of execute method, of class GraphByLink.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphByLinkTest

public GraphByLinkTest(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 GraphByLink.


testNullLinkEndBuildQuery

public void testNullLinkEndBuildQuery()
Test of buildQuery method, of class GraphByLink.


testNotBuildQuery

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


testNullGraphQueryBuildQuery

public void testNullGraphQueryBuildQuery()
Test of buildQuery method, of class GraphByLink.


testNullQueryBuildQuery

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


testNullExecute

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


testEmptyExecute

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


testSourceActorLimitExecute

public void testSourceActorLimitExecute()
Test of execute method, of class GraphByLink.


testDestinationActorLimitExecute

public void testDestinationActorLimitExecute()
Test of execute method, of class GraphByLink.


testAllActorLimitExecute

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


testNoLimitExecute

public void testNoLimitExecute()
Test of execute method, of class GraphByLink.


testSourceActorLinkLimitExecute

public void testSourceActorLinkLimitExecute()
Test of execute method, of class GraphByLink.


testDestinationActorLinkLimitExecute

public void testDestinationActorLinkLimitExecute()
Test of execute method, of class GraphByLink.


testAllActorLinkLimitExecute

public void testAllActorLinkLimitExecute()
Test of execute method, of class GraphByLink.


testLinkLimitExecute

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


testNullNegatedExecute

public void testNullNegatedExecute()
Test of execute method, of class GraphByLink.


testEmptyNegatedExecute

public void testEmptyNegatedExecute()
Test of execute method, of class GraphByLink.


testSourceActorLimitNegatedExecute

public void testSourceActorLimitNegatedExecute()
Test of execute method, of class GraphByLink.


testDestinationActorLimitNegatedExecute

public void testDestinationActorLimitNegatedExecute()
Test of execute method, of class GraphByLink.


testAllActorLimitNegatedExecute

public void testAllActorLimitNegatedExecute()
Test of execute method, of class GraphByLink.


testNoLimitNegatedExecute

public void testNoLimitNegatedExecute()
Test of execute method, of class GraphByLink.


testSourceActorLinkLimitNegatedExecute

public void testSourceActorLinkLimitNegatedExecute()
Test of execute method, of class GraphByLink.


testDestinationActorLinkLimitNegatedExecute

public void testDestinationActorLinkLimitNegatedExecute()
Test of execute method, of class GraphByLink.


testAllActorLinkLimitNegatedExecute

public void testAllActorLinkLimitNegatedExecute()
Test of execute method, of class GraphByLink.


testLinkLimitNegatedExecute

public void testLinkLimitNegatedExecute()
Test of execute method, of class GraphByLink.


testNullIterator

public void testNullIterator()
Test of execute method, of class GraphByLink.


testEmptyIterator

public void testEmptyIterator()
Test of execute method, of class GraphByLink.


testSourceActorLimitIterator

public void testSourceActorLimitIterator()
Test of execute method, of class GraphByLink.


testDestinationActorLimitIterator

public void testDestinationActorLimitIterator()
Test of execute method, of class GraphByLink.


testAllActorLimitIterator

public void testAllActorLimitIterator()
Test of execute method, of class GraphByLink.


testNoLimitIterator

public void testNoLimitIterator()
Test of execute method, of class GraphByLink.


testSourceActorLinkLimitIterator

public void testSourceActorLinkLimitIterator()
Test of execute method, of class GraphByLink.


testDestinationActorLinkLimitIterator

public void testDestinationActorLinkLimitIterator()
Test of execute method, of class GraphByLink.


testAllActorLinkLimitIterator

public void testAllActorLinkLimitIterator()
Test of execute method, of class GraphByLink.


testLinkLimitIterator

public void testLinkLimitIterator()
Test of execute method, of class GraphByLink.


testNullNegatedIterator

public void testNullNegatedIterator()
Test of execute method, of class GraphByLink.


testEmptyNegatedIterator

public void testEmptyNegatedIterator()
Test of execute method, of class GraphByLink.


testSourceActorLimitNegatedIterator

public void testSourceActorLimitNegatedIterator()
Test of execute method, of class GraphByLink.


testDestinationActorLimitNegatedIterator

public void testDestinationActorLimitNegatedIterator()
Test of execute method, of class GraphByLink.


testAllActorLimitNegatedIterator

public void testAllActorLimitNegatedIterator()
Test of execute method, of class GraphByLink.


testNoLimitNegatedIterator

public void testNoLimitNegatedIterator()
Test of execute method, of class GraphByLink.


testSourceActorLinkLimitNegatedIterator

public void testSourceActorLinkLimitNegatedIterator()
Test of execute method, of class GraphByLink.


testDestinationActorLinkLimitNegatedIterator

public void testDestinationActorLinkLimitNegatedIterator()
Test of execute method, of class GraphByLink.


testAllActorLinkLimitNegatedIterator

public void testAllActorLinkLimitNegatedIterator()
Test of execute method, of class GraphByLink.


testLinkLimitNegatedIterator

public void testLinkLimitNegatedIterator()
Test of execute method, of class GraphByLink.


testExportQuery

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

Throws:
java.lang.Exception

testBuildingStatus

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


testPrototype

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


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