nz.ac.waikato.mcennis.rat.graph.query.property
Class StringQueryTest

java.lang.Object
  extended by TestCase
      extended by nz.ac.waikato.mcennis.rat.graph.query.property.StringQueryTest

public class StringQueryTest
extends TestCase


Constructor Summary
StringQueryTest(java.lang.String testName)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void tesEqualsNegativeExecute()
          Test of execute method, of class StringQuery.
 void tesEqualsNegativeExecuteNegation()
          Test of execute method, of class StringQuery.
 void testBuildingStatus()
          Test of buildingStatus method, of class StringQuery.
 void testBuildQuery()
          Test of buildQuery method, of class StringQuery.
 void testContainsEndExecute()
          Test of execute method, of class StringQuery.
 void testContainsEndExecuteNegation()
          Test of execute method, of class StringQuery.
 void testContainsMiddleExecute()
          Test of execute method, of class StringQuery.
 void testContainsMiddleExecuteNegation()
          Test of execute method, of class StringQuery.
 void testContainsNegativeExecute()
          Test of execute method, of class StringQuery.
 void testContainsNegativeExecuteNegation()
          Test of execute method, of class StringQuery.
 void testContainsStartExecute()
          Test of execute method, of class StringQuery.
 void testContainsStartExecuteNegation()
          Test of execute method, of class StringQuery.
 void testEndsWithNegativeExecute()
          Test of execute method, of class StringQuery.
 void testEndsWithNegativeExecuteNegation()
          Test of execute method, of class StringQuery.
 void testEndWithPositiveExecute()
          Test of execute method, of class StringQuery.
 void testEndWithPositiveExecuteNegation()
          Test of execute method, of class StringQuery.
 void testEqualsIgnoreCaseNegativeExecute()
          Test of execute method, of class StringQuery.
 void testEqualsIgnoreCaseNegativeExecuteNegation()
          Test of execute method, of class StringQuery.
 void testEqualsIgnoreCasePositiveByCaseExecute()
          Test of execute method, of class StringQuery.
 void testEqualsIgnoreCasePositiveByCaseExecuteNegation()
          Test of execute method, of class StringQuery.
 void testEqualsIgnoreCasePositiveExecute()
          Test of execute method, of class StringQuery.
 void testEqualsIgnoreCasePositiveExecuteNegation()
          Test of execute method, of class StringQuery.
 void testEqualsNegativeByCaseExecute()
          Test of execute method, of class StringQuery.
 void testEqualsNegativeByCaseExecuteNegation()
          Test of execute method, of class StringQuery.
 void testEqualsPositiveExecute()
          Test of execute method, of class StringQuery.
 void testEqualsPositiveExecuteNegation()
          Test of execute method, of class StringQuery.
 void testExportQuery()
          Test of exportQuery method, of class StringQuery.
 void testMatchesBadExecute()
          Test of execute method, of class StringQuery.
 void testMatchesBadExecuteNegation()
          Test of execute method, of class StringQuery.
 void testMatchesNegativeExecute()
          Test of execute method, of class StringQuery.
 void testMatchesNegativeExecuteNegation()
          Test of execute method, of class StringQuery.
 void testMatchesPositiveExecute()
          Test of execute method, of class StringQuery.
 void testMatchesPositiveExecuteNegation()
          Test of execute method, of class StringQuery.
 void testMultiValueFirstExecute()
          Test of execute method, of class StringQuery.
 void testMultiValueFirstExecuteNegation()
          Test of execute method, of class StringQuery.
 void testMultiValueLastExecute()
          Test of execute method, of class StringQuery.
 void testMultiValueLastExecuteNegation()
          Test of execute method, of class StringQuery.
 void testNullExecute()
          Test of execute method, of class StringQuery.
 void testNullOperationBuildQuery()
          Test of buildQuery method, of class StringQuery.
 void testNullStringBuildQuery()
          Test of buildQuery method, of class StringQuery.
 void testPrototype()
          Test of prototype method, of class StringQuery.
 void testStartsWithNegativeExecute()
          Test of execute method, of class StringQuery.
 void testStartsWithNegativeExecuteNegation()
          Test of execute method, of class StringQuery.
 void testStartsWithPositiveExecute()
          Test of execute method, of class StringQuery.
 void testStartsWithPositiveExecuteNegation()
          Test of execute method, of class StringQuery.
 void testWrongTypeExecute()
          Test of execute method, of class StringQuery.
 void testWrongTypeExecuteNegation()
          Test of execute method, of class StringQuery.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringQueryTest

public StringQueryTest(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 StringQuery.


testMultiValueFirstExecute

public void testMultiValueFirstExecute()
Test of execute method, of class StringQuery.


testMultiValueLastExecute

public void testMultiValueLastExecute()
Test of execute method, of class StringQuery.


testWrongTypeExecute

public void testWrongTypeExecute()
Test of execute method, of class StringQuery.


testEqualsPositiveExecute

public void testEqualsPositiveExecute()
Test of execute method, of class StringQuery.


tesEqualsNegativeExecute

public void tesEqualsNegativeExecute()
Test of execute method, of class StringQuery.


testEqualsNegativeByCaseExecute

public void testEqualsNegativeByCaseExecute()
Test of execute method, of class StringQuery.


testEqualsIgnoreCasePositiveExecute

public void testEqualsIgnoreCasePositiveExecute()
Test of execute method, of class StringQuery.


testEqualsIgnoreCasePositiveByCaseExecute

public void testEqualsIgnoreCasePositiveByCaseExecute()
Test of execute method, of class StringQuery.


testEqualsIgnoreCaseNegativeExecute

public void testEqualsIgnoreCaseNegativeExecute()
Test of execute method, of class StringQuery.


testContainsNegativeExecute

public void testContainsNegativeExecute()
Test of execute method, of class StringQuery.


testContainsStartExecute

public void testContainsStartExecute()
Test of execute method, of class StringQuery.


testContainsMiddleExecute

public void testContainsMiddleExecute()
Test of execute method, of class StringQuery.


testContainsEndExecute

public void testContainsEndExecute()
Test of execute method, of class StringQuery.


testEndWithPositiveExecute

public void testEndWithPositiveExecute()
Test of execute method, of class StringQuery.


testEndsWithNegativeExecute

public void testEndsWithNegativeExecute()
Test of execute method, of class StringQuery.


testMatchesBadExecute

public void testMatchesBadExecute()
Test of execute method, of class StringQuery.


testMatchesPositiveExecute

public void testMatchesPositiveExecute()
Test of execute method, of class StringQuery.


testMatchesNegativeExecute

public void testMatchesNegativeExecute()
Test of execute method, of class StringQuery.


testStartsWithPositiveExecute

public void testStartsWithPositiveExecute()
Test of execute method, of class StringQuery.


testStartsWithNegativeExecute

public void testStartsWithNegativeExecute()
Test of execute method, of class StringQuery.


testMultiValueFirstExecuteNegation

public void testMultiValueFirstExecuteNegation()
Test of execute method, of class StringQuery.


testMultiValueLastExecuteNegation

public void testMultiValueLastExecuteNegation()
Test of execute method, of class StringQuery.


testWrongTypeExecuteNegation

public void testWrongTypeExecuteNegation()
Test of execute method, of class StringQuery.


testEqualsPositiveExecuteNegation

public void testEqualsPositiveExecuteNegation()
Test of execute method, of class StringQuery.


tesEqualsNegativeExecuteNegation

public void tesEqualsNegativeExecuteNegation()
Test of execute method, of class StringQuery.


testEqualsNegativeByCaseExecuteNegation

public void testEqualsNegativeByCaseExecuteNegation()
Test of execute method, of class StringQuery.


testEqualsIgnoreCasePositiveExecuteNegation

public void testEqualsIgnoreCasePositiveExecuteNegation()
Test of execute method, of class StringQuery.


testEqualsIgnoreCasePositiveByCaseExecuteNegation

public void testEqualsIgnoreCasePositiveByCaseExecuteNegation()
Test of execute method, of class StringQuery.


testEqualsIgnoreCaseNegativeExecuteNegation

public void testEqualsIgnoreCaseNegativeExecuteNegation()
Test of execute method, of class StringQuery.


testContainsNegativeExecuteNegation

public void testContainsNegativeExecuteNegation()
Test of execute method, of class StringQuery.


testContainsStartExecuteNegation

public void testContainsStartExecuteNegation()
Test of execute method, of class StringQuery.


testContainsMiddleExecuteNegation

public void testContainsMiddleExecuteNegation()
Test of execute method, of class StringQuery.


testContainsEndExecuteNegation

public void testContainsEndExecuteNegation()
Test of execute method, of class StringQuery.


testEndWithPositiveExecuteNegation

public void testEndWithPositiveExecuteNegation()
Test of execute method, of class StringQuery.


testEndsWithNegativeExecuteNegation

public void testEndsWithNegativeExecuteNegation()
Test of execute method, of class StringQuery.


testMatchesBadExecuteNegation

public void testMatchesBadExecuteNegation()
Test of execute method, of class StringQuery.


testMatchesPositiveExecuteNegation

public void testMatchesPositiveExecuteNegation()
Test of execute method, of class StringQuery.


testMatchesNegativeExecuteNegation

public void testMatchesNegativeExecuteNegation()
Test of execute method, of class StringQuery.


testStartsWithPositiveExecuteNegation

public void testStartsWithPositiveExecuteNegation()
Test of execute method, of class StringQuery.


testStartsWithNegativeExecuteNegation

public void testStartsWithNegativeExecuteNegation()
Test of execute method, of class StringQuery.


testExportQuery

public void testExportQuery()
Test of exportQuery method, of class StringQuery.


testBuildQuery

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


testNullStringBuildQuery

public void testNullStringBuildQuery()
Test of buildQuery method, of class StringQuery.


testNullOperationBuildQuery

public void testNullOperationBuildQuery()
Test of buildQuery method, of class StringQuery.


testBuildingStatus

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


testPrototype

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


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