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

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

public class XorLinkQueryTest
extends TestCase


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

Constructor Detail

XorLinkQueryTest

public XorLinkQueryTest(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 XorLinkQuery.


testEmptyExecute

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


testSourceActorLimitExecute

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


testDestinationActorLimitExecute

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


testBothActorLimitExecute

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


testSourceActorLinkLimitExecute

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


testDestinationActorLinkLimitExecute

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


testBothActorLinkLimitExecute

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


testLinkLimitExecute

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


testDisjointExecute

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


testOverlappingExecute

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


testEqualsExecute

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


testInterleavedExecute

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


testSourceActorPassingExecute

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


testDestinationActorPassingExecute

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


testNullIterator

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


testEmptyIterator

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


testSourceActorLimitIterator

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


testDestinationActorLimitIterator

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


testBothActorLimitIterator

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


testSourceActorLinkLimitIterator

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


testDestinationActorLinkLimitIterator

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


testBothActorLinkLimitIterator

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


testLinkLimitIterator

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


testDisjointIterator

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


testOverlappingIterator

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


testEqualsIterator

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


testInterleavedIterator

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


testSourceActorPassingIterator

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


testDestinationActorPassingIterator

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


testImportQuery

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

Throws:
java.io.IOException

testNullBuildQuery

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


testEmptyBuildQuery

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


test1BuildQuery

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


test2BuildQuery

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


test3BuildQuery

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


testPrototype

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


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