org.equanda.generate
Class SelectTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.equanda.generate.SelectTest
All Implemented Interfaces:
junit.framework.Test

public class SelectTest
extends junit.framework.TestCase

Checks for invalid selects

Author:
NetRom team

Constructor Summary
SelectTest()
           
 
Method Summary
protected  void setUp()
           
 void testDirectSelectionsAndSubSelects()
           
 void testOperatorAddNoSubSelects()
           
 void testOperatorAddSingleSelect()
           
 void testOperatorTryNoSubSelects()
           
 void testOrderBooleanField()
           
 void testOrderInvalidField()
           
 void testOrderLinkField()
           
 void testOrderMultipleField()
           
 void testSelectionInvalidTest()
           
 void testSingleSelectWithLimit()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectTest

public SelectTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testDirectSelectionsAndSubSelects

public void testDirectSelectionsAndSubSelects()
                                       throws Exception
Throws:
Exception

testSelectionInvalidTest

public void testSelectionInvalidTest()
                              throws Exception
Throws:
Exception

testOrderInvalidField

public void testOrderInvalidField()
                           throws Exception
Throws:
Exception

testOrderBooleanField

public void testOrderBooleanField()
                           throws Exception
Throws:
Exception

testOrderMultipleField

public void testOrderMultipleField()
                            throws Exception
Throws:
Exception

testOrderLinkField

public void testOrderLinkField()
                        throws Exception
Throws:
Exception

testSingleSelectWithLimit

public void testSingleSelectWithLimit()
                               throws Exception
Throws:
Exception

testOperatorAddNoSubSelects

public void testOperatorAddNoSubSelects()
                                 throws Exception
Throws:
Exception

testOperatorTryNoSubSelects

public void testOperatorTryNoSubSelects()
                                 throws Exception
Throws:
Exception

testOperatorAddSingleSelect

public void testOperatorAddSingleSelect()
                                 throws Exception
Throws:
Exception


Copyright © 2007-2009. All Rights Reserved.