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

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

public class NullLinkQueryTest
extends TestCase


Constructor Summary
NullLinkQueryTest(java.lang.String testName)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testDALimitNegativeExecute()
          Test of execute method, of class NullLinkQuery.
 void testDALimitNegativeExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testDALimitPositiveExecute()
          Test of execute method, of class NullLinkQuery.
 void testDALimitPositiveExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testDALinkLimitNegativeExecute()
          Test of execute method, of class NullLinkQuery.
 void testDALinkLimitNegativeExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testDALinkLimitPositiveExecute()
          Test of execute method, of class NullLinkQuery.
 void testDALinkLimitPositiveExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testEmptyLimitsNegativeExecute()
          Test of execute method, of class NullLinkQuery.
 void testEmptyLimitsNegativeExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testEmptyLimitsPositiveExecute()
          Test of execute method, of class NullLinkQuery.
 void testEmptyLimitsPositiveExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testEmptyNegativeExecute()
          Test of execute method, of class NullLinkQuery.
 void testEmptyNegativeExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testEmptyPositiveExecute()
          Test of execute method, of class NullLinkQuery.
 void testEmptyPositiveExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testFalseBuildQuery()
          Test of buildQuery method, of class NullLinkQuery.
 void testLinkLimitNegativeExecute()
          Test of execute method, of class NullLinkQuery.
 void testLinkLimitNegativeExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testLinkLimitPositiveExecute()
          Test of execute method, of class NullLinkQuery.
 void testLinkLimitPositiveExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testNegativeExecute()
          Test of execute method, of class NullLinkQuery.
 void testNegativeExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testNullNegativeExecute()
          Test of execute method, of class NullLinkQuery.
 void testNullNegativeExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testNullPositiveExecute()
          Test of execute method, of class NullLinkQuery.
 void testNullPositiveExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testPositiveExecute()
          Test of execute method, of class NullLinkQuery.
 void testPositiveExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testPrototype()
          Test of prototype method, of class NullLinkQuery.
 void testSADALimitNegativeExecute()
          Test of execute method, of class NullLinkQuery.
 void testSADALimitNegativeExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testSADALimitPositiveExecute()
          Test of execute method, of class NullLinkQuery.
 void testSADALimitPositiveExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testSADALinkLimitNegativeExecute()
          Test of execute method, of class NullLinkQuery.
 void testSADALinkLimitNegativeExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testSADALinkLimitPositiveExecute()
          Test of execute method, of class NullLinkQuery.
 void testSADALinkLimitPositiveExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testSALimitNegativeExecute()
          Test of execute method, of class NullLinkQuery.
 void testSALimitNegativeExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testSALimitPositiveExecute()
          Test of execute method, of class NullLinkQuery.
 void testSALimitPositiveExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testSALinkLimitNegativeExecute()
          Test of execute method, of class NullLinkQuery.
 void testSALinkLimitNegativeExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testSALinkLimitPositiveExecute()
          Test of execute method, of class NullLinkQuery.
 void testSALinkLimitPositiveExecuteIterator()
          Test of execute method, of class NullLinkQuery.
 void testTrueBuildQuery()
          Test of buildQuery method, of class NullLinkQuery.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullLinkQueryTest

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

testNullPositiveExecute

public void testNullPositiveExecute()
Test of execute method, of class NullLinkQuery.


testEmptyPositiveExecute

public void testEmptyPositiveExecute()
Test of execute method, of class NullLinkQuery.


testPositiveExecute

public void testPositiveExecute()
Test of execute method, of class NullLinkQuery.


testSALimitPositiveExecute

public void testSALimitPositiveExecute()
Test of execute method, of class NullLinkQuery.


testDALimitPositiveExecute

public void testDALimitPositiveExecute()
Test of execute method, of class NullLinkQuery.


testLinkLimitPositiveExecute

public void testLinkLimitPositiveExecute()
Test of execute method, of class NullLinkQuery.


testSADALimitPositiveExecute

public void testSADALimitPositiveExecute()
Test of execute method, of class NullLinkQuery.


testSALinkLimitPositiveExecute

public void testSALinkLimitPositiveExecute()
Test of execute method, of class NullLinkQuery.


testDALinkLimitPositiveExecute

public void testDALinkLimitPositiveExecute()
Test of execute method, of class NullLinkQuery.


testSADALinkLimitPositiveExecute

public void testSADALinkLimitPositiveExecute()
Test of execute method, of class NullLinkQuery.


testEmptyLimitsPositiveExecute

public void testEmptyLimitsPositiveExecute()
Test of execute method, of class NullLinkQuery.


testNullNegativeExecute

public void testNullNegativeExecute()
Test of execute method, of class NullLinkQuery.


testEmptyNegativeExecute

public void testEmptyNegativeExecute()
Test of execute method, of class NullLinkQuery.


testNegativeExecute

public void testNegativeExecute()
Test of execute method, of class NullLinkQuery.


testSALimitNegativeExecute

public void testSALimitNegativeExecute()
Test of execute method, of class NullLinkQuery.


testDALimitNegativeExecute

public void testDALimitNegativeExecute()
Test of execute method, of class NullLinkQuery.


testLinkLimitNegativeExecute

public void testLinkLimitNegativeExecute()
Test of execute method, of class NullLinkQuery.


testSADALimitNegativeExecute

public void testSADALimitNegativeExecute()
Test of execute method, of class NullLinkQuery.


testSALinkLimitNegativeExecute

public void testSALinkLimitNegativeExecute()
Test of execute method, of class NullLinkQuery.


testDALinkLimitNegativeExecute

public void testDALinkLimitNegativeExecute()
Test of execute method, of class NullLinkQuery.


testSADALinkLimitNegativeExecute

public void testSADALinkLimitNegativeExecute()
Test of execute method, of class NullLinkQuery.


testEmptyLimitsNegativeExecute

public void testEmptyLimitsNegativeExecute()
Test of execute method, of class NullLinkQuery.


testNullPositiveExecuteIterator

public void testNullPositiveExecuteIterator()
Test of execute method, of class NullLinkQuery.


testEmptyPositiveExecuteIterator

public void testEmptyPositiveExecuteIterator()
Test of execute method, of class NullLinkQuery.


testPositiveExecuteIterator

public void testPositiveExecuteIterator()
Test of execute method, of class NullLinkQuery.


testSALimitPositiveExecuteIterator

public void testSALimitPositiveExecuteIterator()
Test of execute method, of class NullLinkQuery.


testDALimitPositiveExecuteIterator

public void testDALimitPositiveExecuteIterator()
Test of execute method, of class NullLinkQuery.


testLinkLimitPositiveExecuteIterator

public void testLinkLimitPositiveExecuteIterator()
Test of execute method, of class NullLinkQuery.


testSADALimitPositiveExecuteIterator

public void testSADALimitPositiveExecuteIterator()
Test of execute method, of class NullLinkQuery.


testSALinkLimitPositiveExecuteIterator

public void testSALinkLimitPositiveExecuteIterator()
Test of execute method, of class NullLinkQuery.


testDALinkLimitPositiveExecuteIterator

public void testDALinkLimitPositiveExecuteIterator()
Test of execute method, of class NullLinkQuery.


testSADALinkLimitPositiveExecuteIterator

public void testSADALinkLimitPositiveExecuteIterator()
Test of execute method, of class NullLinkQuery.


testEmptyLimitsPositiveExecuteIterator

public void testEmptyLimitsPositiveExecuteIterator()
Test of execute method, of class NullLinkQuery.


testNullNegativeExecuteIterator

public void testNullNegativeExecuteIterator()
Test of execute method, of class NullLinkQuery.


testEmptyNegativeExecuteIterator

public void testEmptyNegativeExecuteIterator()
Test of execute method, of class NullLinkQuery.


testNegativeExecuteIterator

public void testNegativeExecuteIterator()
Test of execute method, of class NullLinkQuery.


testSALimitNegativeExecuteIterator

public void testSALimitNegativeExecuteIterator()
Test of execute method, of class NullLinkQuery.


testDALimitNegativeExecuteIterator

public void testDALimitNegativeExecuteIterator()
Test of execute method, of class NullLinkQuery.


testLinkLimitNegativeExecuteIterator

public void testLinkLimitNegativeExecuteIterator()
Test of execute method, of class NullLinkQuery.


testSADALimitNegativeExecuteIterator

public void testSADALimitNegativeExecuteIterator()
Test of execute method, of class NullLinkQuery.


testSALinkLimitNegativeExecuteIterator

public void testSALinkLimitNegativeExecuteIterator()
Test of execute method, of class NullLinkQuery.


testDALinkLimitNegativeExecuteIterator

public void testDALinkLimitNegativeExecuteIterator()
Test of execute method, of class NullLinkQuery.


testSADALinkLimitNegativeExecuteIterator

public void testSADALinkLimitNegativeExecuteIterator()
Test of execute method, of class NullLinkQuery.


testEmptyLimitsNegativeExecuteIterator

public void testEmptyLimitsNegativeExecuteIterator()
Test of execute method, of class NullLinkQuery.


testFalseBuildQuery

public void testFalseBuildQuery()
Test of buildQuery method, of class NullLinkQuery.


testTrueBuildQuery

public void testTrueBuildQuery()
Test of buildQuery method, of class NullLinkQuery.


testPrototype

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


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