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

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

public class AndLinkQueryTest
extends TestCase


Constructor Summary
AndLinkQueryTest(java.lang.String testName)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void test1BuildQuery()
          Test of buildQuery method, of class AndLinkQuery.
 void test2BuildQuery()
          Test of buildQuery method, of class AndLinkQuery.
 void test3BuildQuery()
          Test of buildQuery method, of class AndLinkQuery.
 void testBothActorLimitExecute()
          Test of execute method, of class AndLinkQuery.
 void testBothActorLimitIterator()
          Test of execute method, of class AndLinkQuery.
 void testBothActorLinkLimitExecute()
          Test of execute method, of class AndLinkQuery.
 void testBothActorLinkLimitIterator()
          Test of execute method, of class AndLinkQuery.
 void testDestinationActorLimitExecute()
          Test of execute method, of class AndLinkQuery.
 void testDestinationActorLimitIterator()
          Test of execute method, of class AndLinkQuery.
 void testDestinationActorLinkLimitExecute()
          Test of execute method, of class AndLinkQuery.
 void testDestinationActorLinkLimitIterator()
          Test of execute method, of class AndLinkQuery.
 void testDestinationActorPassingExecute()
          Test of execute method, of class AndLinkQuery.
 void testDestinationActorPassingIterator()
          Test of execute method, of class AndLinkQuery.
 void testEmptyBuildQuery()
          Test of buildQuery method, of class AndLinkQuery.
 void testEmptyExecute()
          Test of execute method, of class AndLinkQuery.
 void testEmptyIterator()
          Test of execute method, of class AndLinkQuery.
 void testEqualsExecute()
          Test of execute method, of class AndLinkQuery.
 void testEqualsIterator()
          Test of execute method, of class AndLinkQuery.
 void testExportQuery()
          Test of importQuery method, of class AndLinkQuery.
 void testInterleavedExecute()
          Test of execute method, of class AndLinkQuery.
 void testInterleavedIterator()
          Test of execute method, of class AndLinkQuery.
 void testLeftMissingExecute()
          Test of execute method, of class AndLinkQuery.
 void testLeftMissingIterator()
          Test of execute method, of class AndLinkQuery.
 void testLinkLimitExecute()
          Test of execute method, of class AndLinkQuery.
 void testLinkLimitIterator()
          Test of execute method, of class AndLinkQuery.
 void testLinkPassingExecute()
          Test of execute method, of class AndLinkQuery.
 void testLinkPassingIterator()
          Test of execute method, of class AndLinkQuery.
 void testNullBuildQuery()
          Test of buildQuery method, of class AndLinkQuery.
 void testNullExecute()
          Test of execute method, of class AndLinkQuery.
 void testNullIterator()
          Test of execute method, of class AndLinkQuery.
 void testPrototype()
          Test of prototype method, of class AndLinkQuery.
 void testRightMissingExecute()
          Test of execute method, of class AndLinkQuery.
 void testRightMissingIterator()
          Test of execute method, of class AndLinkQuery.
 void testSourceActorLimitExecute()
          Test of execute method, of class AndLinkQuery.
 void testSourceActorLimitIterator()
          Test of execute method, of class AndLinkQuery.
 void testSourceActorLinkLimitExecute()
          Test of execute method, of class AndLinkQuery.
 void testSourceActorLinkLimitIterator()
          Test of execute method, of class AndLinkQuery.
 void testSourceActorPassingExecute()
          Test of execute method, of class AndLinkQuery.
 void testSourceActorPassingIterator()
          Test of execute method, of class AndLinkQuery.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndLinkQueryTest

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

testNullExecute

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


testEmptyExecute

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


testSourceActorLimitExecute

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


testDestinationActorLimitExecute

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


testBothActorLimitExecute

public void testBothActorLimitExecute()
Test of execute method, of class AndLinkQuery.


testLinkLimitExecute

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


testSourceActorLinkLimitExecute

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


testDestinationActorLinkLimitExecute

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


testBothActorLinkLimitExecute

public void testBothActorLinkLimitExecute()
Test of execute method, of class AndLinkQuery.


testLeftMissingExecute

public void testLeftMissingExecute()
Test of execute method, of class AndLinkQuery.


testEqualsExecute

public void testEqualsExecute()
Test of execute method, of class AndLinkQuery.


testRightMissingExecute

public void testRightMissingExecute()
Test of execute method, of class AndLinkQuery.


testInterleavedExecute

public void testInterleavedExecute()
Test of execute method, of class AndLinkQuery.


testSourceActorPassingExecute

public void testSourceActorPassingExecute()
Test of execute method, of class AndLinkQuery.


testDestinationActorPassingExecute

public void testDestinationActorPassingExecute()
Test of execute method, of class AndLinkQuery.


testLinkPassingExecute

public void testLinkPassingExecute()
Test of execute method, of class AndLinkQuery.


testNullIterator

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


testEmptyIterator

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


testSourceActorLimitIterator

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


testDestinationActorLimitIterator

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


testBothActorLimitIterator

public void testBothActorLimitIterator()
Test of execute method, of class AndLinkQuery.


testLinkLimitIterator

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


testSourceActorLinkLimitIterator

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


testDestinationActorLinkLimitIterator

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


testBothActorLinkLimitIterator

public void testBothActorLinkLimitIterator()
Test of execute method, of class AndLinkQuery.


testLeftMissingIterator

public void testLeftMissingIterator()
Test of execute method, of class AndLinkQuery.


testEqualsIterator

public void testEqualsIterator()
Test of execute method, of class AndLinkQuery.


testRightMissingIterator

public void testRightMissingIterator()
Test of execute method, of class AndLinkQuery.


testInterleavedIterator

public void testInterleavedIterator()
Test of execute method, of class AndLinkQuery.


testSourceActorPassingIterator

public void testSourceActorPassingIterator()
Test of execute method, of class AndLinkQuery.


testDestinationActorPassingIterator

public void testDestinationActorPassingIterator()
Test of execute method, of class AndLinkQuery.


testLinkPassingIterator

public void testLinkPassingIterator()
Test of execute method, of class AndLinkQuery.


testExportQuery

public void testExportQuery()
                     throws java.io.IOException
Test of importQuery method, of class AndLinkQuery.

Throws:
java.io.IOException

testNullBuildQuery

public void testNullBuildQuery()
Test of buildQuery method, of class AndLinkQuery.


testEmptyBuildQuery

public void testEmptyBuildQuery()
Test of buildQuery method, of class AndLinkQuery.


test1BuildQuery

public void test1BuildQuery()
Test of buildQuery method, of class AndLinkQuery.


test2BuildQuery

public void test2BuildQuery()
Test of buildQuery method, of class AndLinkQuery.


test3BuildQuery

public void test3BuildQuery()
Test of buildQuery method, of class AndLinkQuery.


testPrototype

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


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