nz.ac.waikato.mcennis.rat.graph.query.actor
Class ActorByPropertyTest

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

public class ActorByPropertyTest
extends TestCase


Constructor Summary
ActorByPropertyTest(java.lang.String testName)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testActorLimitExecute()
          Test of execute method, of class ActorByProperty.
 void testActorLimitIterator()
          Test of execute method, of class ActorByProperty.
 void testActorLimitNegatedExecute()
          Test of execute method, of class ActorByProperty.
 void testActorLimitNegatedIterator()
          Test of execute method, of class ActorByProperty.
 void testBothLimitExecute()
          Test of execute method, of class ActorByProperty.
 void testBothLimitIterator()
          Test of execute method, of class ActorByProperty.
 void testBothLimitNegatedExecute()
          Test of execute method, of class ActorByProperty.
 void testBothLimitNegatedIterator()
          Test of execute method, of class ActorByProperty.
 void testBuildingStatus()
          Test of buildingStatus method, of class ActorByProperty.
 void testBuildQuery()
          Test of buildQuery method, of class ActorByProperty.
 void testEmptyExecute()
          Test of execute method, of class ActorByProperty.
 void testEmptyIterator()
          Test of execute method, of class ActorByProperty.
 void testEmptyNegatedExecute()
          Test of execute method, of class ActorByProperty.
 void testEmptyNegatedIterator()
          Test of execute method, of class ActorByProperty.
 void testExportQuery()
          Test of exportQuery method, of class ActorByProperty.
 void testLinkLimitExecute()
          Test of execute method, of class ActorByProperty.
 void testLinkLimitIterator()
          Test of execute method, of class ActorByProperty.
 void testLinkLimitNegatedExecute()
          Test of execute method, of class ActorByProperty.
 void testLinkLimitNegatedIterator()
          Test of execute method, of class ActorByProperty.
 void testNoLimitExecute()
          Test of execute method, of class ActorByProperty.
 void testNoLimitIterator()
          Test of execute method, of class ActorByProperty.
 void testNoLimitNegatedExecute()
          Test of execute method, of class ActorByProperty.
 void testNoLimitNegatedIterator()
          Test of execute method, of class ActorByProperty.
 void testNullExecute()
          Test of execute method, of class ActorByProperty.
 void testNullIterator()
          Test of execute method, of class ActorByProperty.
 void testNullNegatedExecute()
          Test of execute method, of class ActorByProperty.
 void testNullNegatedIterator()
          Test of execute method, of class ActorByProperty.
 void testNullPropertyBuildQuery()
          Test of buildQuery method, of class ActorByProperty.
 void testNullQueryBuildQuery()
          Test of buildQuery method, of class ActorByProperty.
 void testPrototype()
          Test of prototype method, of class ActorByProperty.
 void testTrueBuildQuery()
          Test of buildQuery method, of class ActorByProperty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorByPropertyTest

public ActorByPropertyTest(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 ActorByProperty.


testEmptyExecute

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


testActorLimitExecute

public void testActorLimitExecute()
Test of execute method, of class ActorByProperty.


testLinkLimitExecute

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


testBothLimitExecute

public void testBothLimitExecute()
Test of execute method, of class ActorByProperty.


testNoLimitExecute

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


testNullNegatedExecute

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


testEmptyNegatedExecute

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


testActorLimitNegatedExecute

public void testActorLimitNegatedExecute()
Test of execute method, of class ActorByProperty.


testLinkLimitNegatedExecute

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


testBothLimitNegatedExecute

public void testBothLimitNegatedExecute()
Test of execute method, of class ActorByProperty.


testNoLimitNegatedExecute

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


testNullIterator

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


testEmptyIterator

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


testActorLimitIterator

public void testActorLimitIterator()
Test of execute method, of class ActorByProperty.


testLinkLimitIterator

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


testBothLimitIterator

public void testBothLimitIterator()
Test of execute method, of class ActorByProperty.


testNoLimitIterator

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


testNullNegatedIterator

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


testEmptyNegatedIterator

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


testActorLimitNegatedIterator

public void testActorLimitNegatedIterator()
Test of execute method, of class ActorByProperty.


testLinkLimitNegatedIterator

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


testBothLimitNegatedIterator

public void testBothLimitNegatedIterator()
Test of execute method, of class ActorByProperty.


testNoLimitNegatedIterator

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


testBuildQuery

public void testBuildQuery()
Test of buildQuery method, of class ActorByProperty.


testNullPropertyBuildQuery

public void testNullPropertyBuildQuery()
Test of buildQuery method, of class ActorByProperty.


testTrueBuildQuery

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


testNullQueryBuildQuery

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


testExportQuery

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

Throws:
java.lang.Exception

testBuildingStatus

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


testPrototype

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


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