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

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

public class OrLinkQueryTest
extends TestCase


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

Constructor Detail

OrLinkQueryTest

public OrLinkQueryTest(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 OrLinkQuery.


testEmptyExecute

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


testSourceActorLimitExecute

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


testDestinationActorLimitExecute

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


testBothActorLimitExecute

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


testSourceActorLinkLimitExecute

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


testDestinationActorLinkLimitExecute

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


testBothActorLinkLimitExecute

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


testLinkLimitExecute

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


testDisjointExecute

public void testDisjointExecute()
Test of execute method, of class OrLinkQuery.


testOverlappingExecute

public void testOverlappingExecute()
Test of execute method, of class OrLinkQuery.


testEqualsExecute

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


testInterleavedExecute

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


testSourceActorPassingExecute

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


testDestinationActorPassingExecute

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


testNullIterator

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


testEmptyIterator

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


testSourceActorLimitIterator

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


testDestinationActorLimitIterator

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


testBothActorLimitIterator

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


testSourceActorLinkLimitIterator

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


testDestinationActorLinkLimitIterator

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


testBothActorLinkLimitIterator

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


testLinkLimitIterator

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


testDisjointIterator

public void testDisjointIterator()
Test of execute method, of class OrLinkQuery.


testOverlappingIterator

public void testOverlappingIterator()
Test of execute method, of class OrLinkQuery.


testEqualsIterator

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


testInterleavedIterator

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


testSourceActorPassingIterator

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


testDestinationActorPassingIterator

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


testImportQuery

public void testImportQuery()
                     throws java.io.IOException
Test of importQuery method, of class OrLinkQuery.

Throws:
java.io.IOException

testNullBuildQuery

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


testEmptyBuildQuery

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


test1BuildQuery

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


test2BuildQuery

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


test3BuildQuery

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


testPrototype

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


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