test.tags
Class ListOQLTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.cactus.internal.AbstractCactusTestCase
              extended by org.apache.cactus.ServletTestCase
                  extended by org.apache.cactus.JspTestCase
                      extended by test.util.MakumbaJspTestCase
                          extended by test.tags.ListOQLTest
All Implemented Interfaces:
junit.framework.Test, org.apache.cactus.internal.CactusTestCase

public class ListOQLTest
extends MakumbaJspTestCase

Tests the OQL list engine.

Version:
$Id: ListOQLTest.java,v 1.1 25.09.2007 15:58:58 Manuel Exp $
Author:
Johannes Peeters, Manuel Gay

Field Summary
(package private) static test.tags.ListOQLTest.Suite setup
           
 
Fields inherited from class org.apache.cactus.JspTestCase
out, pageContext
 
Fields inherited from class org.apache.cactus.ServletTestCase
config, request, response, session
 
Constructor Summary
ListOQLTest()
           
 
Method Summary
 void beginTomcat(org.apache.cactus.Request request)
           
 void endMakListAggregation(com.meterware.httpunit.WebResponse response)
           
 void endMakListCount(com.meterware.httpunit.WebResponse response)
           
 void endMakListCountClosedList(com.meterware.httpunit.WebResponse response)
           
 void endMakListMaxResults(com.meterware.httpunit.WebResponse response)
           
 void endMakListTag(com.meterware.httpunit.WebResponse response)
           
 void endMakObjectTag(com.meterware.httpunit.WebResponse response)
           
 void endMakPagination(com.meterware.httpunit.WebResponse response)
           
 void endMakPaginationGroupBy(com.meterware.httpunit.WebResponse response)
           
 void endMakValueChar(com.meterware.httpunit.WebResponse response)
           
 void endMakValueDate(com.meterware.httpunit.WebResponse response)
           
 void endMakValueDistinct(com.meterware.httpunit.WebResponse response)
           
 void endMakValueDouble(com.meterware.httpunit.WebResponse response)
           
 void endMakValueInt(com.meterware.httpunit.WebResponse response)
           
 void endMakValueSet(com.meterware.httpunit.WebResponse response)
           
 void endMakValueText(com.meterware.httpunit.WebResponse response)
           
 void endMakValueTS_create(com.meterware.httpunit.WebResponse response)
           
 void endMakValueTS_modify(com.meterware.httpunit.WebResponse response)
           
 void endMDDFunctions(com.meterware.httpunit.WebResponse response)
           
 void endMDDFunctions2(com.meterware.httpunit.WebResponse response)
           
 void endMQLFunctions(com.meterware.httpunit.WebResponse response)
           
static junit.framework.Test suite()
           
 void testMakListAggregation()
           
 void testMakListCount()
           
 void testMakListCountClosedList()
           
 void testMakListMaxResults()
           
 void testMakListTag()
           
 void testMakObjectTag()
           
 void testMakPagination()
           
 void testMakPaginationGroupBy()
           
 void testMakValueChar()
           
 void testMakValueDate()
           
 void testMakValueDistinct()
           
 void testMakValueDouble()
           
 void testMakValueInt()
           
 void testMakValueSet()
           
 void testMakValueText()
           
 void testMakValueTS_create()
           
 void testMakValueTS_modify()
           
 void testMDDFunctions()
           
 void testMDDFunctions2()
           
 void testMQLFunctions()
           
 void testTomcat()
           
 
Methods inherited from class test.util.MakumbaJspTestCase
compareTest, fetchValidTestResult
 
Methods inherited from class org.apache.cactus.JspTestCase
createProtocolHandler
 
Methods inherited from class org.apache.cactus.internal.AbstractCactusTestCase
runBare, runBareServer
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, setUp, 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
 
Methods inherited from interface org.apache.cactus.internal.CactusTestCase
runBareServer
 

Field Detail

setup

static test.tags.ListOQLTest.Suite setup
Constructor Detail

ListOQLTest

public ListOQLTest()
Method Detail

suite

public static junit.framework.Test suite()

beginTomcat

public void beginTomcat(org.apache.cactus.Request request)

testTomcat

public void testTomcat()

testMakObjectTag

public void testMakObjectTag()
                      throws ServletException,
                             IOException
Throws:
ServletException
IOException

endMakObjectTag

public void endMakObjectTag(com.meterware.httpunit.WebResponse response)
                     throws Exception
Throws:
Exception

testMakListTag

public void testMakListTag()
                    throws ServletException,
                           IOException
Throws:
ServletException
IOException

endMakListTag

public void endMakListTag(com.meterware.httpunit.WebResponse response)
                   throws Exception
Throws:
Exception

testMakListCount

public void testMakListCount()
                      throws ServletException,
                             IOException
Throws:
ServletException
IOException

endMakListCount

public void endMakListCount(com.meterware.httpunit.WebResponse response)
                     throws Exception
Throws:
Exception

testMakListCountClosedList

public void testMakListCountClosedList()
                                throws ServletException,
                                       IOException
Throws:
ServletException
IOException

endMakListCountClosedList

public void endMakListCountClosedList(com.meterware.httpunit.WebResponse response)
                               throws Exception
Throws:
Exception

testMakListMaxResults

public void testMakListMaxResults()
                           throws ServletException,
                                  IOException
Throws:
ServletException
IOException

endMakListMaxResults

public void endMakListMaxResults(com.meterware.httpunit.WebResponse response)
                          throws Exception
Throws:
Exception

testMakValueChar

public void testMakValueChar()
                      throws ServletException,
                             IOException
Throws:
ServletException
IOException

endMakValueChar

public void endMakValueChar(com.meterware.httpunit.WebResponse response)
                     throws Exception
Throws:
Exception

testMakValueDate

public void testMakValueDate()
                      throws ServletException,
                             IOException
Throws:
ServletException
IOException

endMakValueDate

public void endMakValueDate(com.meterware.httpunit.WebResponse response)
                     throws Exception
Throws:
Exception

testMakValueInt

public void testMakValueInt()
                     throws ServletException,
                            IOException
Throws:
ServletException
IOException

endMakValueInt

public void endMakValueInt(com.meterware.httpunit.WebResponse response)
                    throws Exception
Throws:
Exception

testMakValueDouble

public void testMakValueDouble()
                        throws ServletException,
                               IOException
Throws:
ServletException
IOException

endMakValueDouble

public void endMakValueDouble(com.meterware.httpunit.WebResponse response)
                       throws Exception
Throws:
Exception

testMakValueText

public void testMakValueText()
                      throws ServletException,
                             IOException
Throws:
ServletException
IOException

endMakValueText

public void endMakValueText(com.meterware.httpunit.WebResponse response)
                     throws Exception
Throws:
Exception

testMakValueSet

public void testMakValueSet()
                     throws ServletException,
                            IOException
Throws:
ServletException
IOException

endMakValueSet

public void endMakValueSet(com.meterware.httpunit.WebResponse response)
                    throws Exception
Throws:
Exception

testMakValueTS_create

public void testMakValueTS_create()
                           throws ServletException,
                                  IOException
Throws:
ServletException
IOException

endMakValueTS_create

public void endMakValueTS_create(com.meterware.httpunit.WebResponse response)
                          throws Exception
Throws:
Exception

testMakValueTS_modify

public void testMakValueTS_modify()
                           throws ServletException,
                                  IOException
Throws:
ServletException
IOException

endMakValueTS_modify

public void endMakValueTS_modify(com.meterware.httpunit.WebResponse response)
                          throws Exception
Throws:
Exception

testMQLFunctions

public void testMQLFunctions()
                      throws ServletException,
                             IOException
Throws:
ServletException
IOException

endMQLFunctions

public void endMQLFunctions(com.meterware.httpunit.WebResponse response)
                     throws Exception
Throws:
Exception

testMakPagination

public void testMakPagination()
                       throws ServletException,
                              IOException
Throws:
ServletException
IOException

endMakPagination

public void endMakPagination(com.meterware.httpunit.WebResponse response)
                      throws Exception
Throws:
Exception

testMakPaginationGroupBy

public void testMakPaginationGroupBy()
                              throws ServletException,
                                     IOException
Throws:
ServletException
IOException

endMakPaginationGroupBy

public void endMakPaginationGroupBy(com.meterware.httpunit.WebResponse response)
                             throws Exception
Throws:
Exception

testMDDFunctions

public void testMDDFunctions()
                      throws ServletException,
                             IOException
Throws:
ServletException
IOException

endMDDFunctions

public void endMDDFunctions(com.meterware.httpunit.WebResponse response)
                     throws Exception
Throws:
Exception

testMakValueDistinct

public void testMakValueDistinct()
                          throws ServletException,
                                 IOException
Throws:
ServletException
IOException

endMakValueDistinct

public void endMakValueDistinct(com.meterware.httpunit.WebResponse response)
                         throws Exception
Throws:
Exception

testMakListAggregation

public void testMakListAggregation()
                            throws ServletException,
                                   IOException
Throws:
ServletException
IOException

endMakListAggregation

public void endMakListAggregation(com.meterware.httpunit.WebResponse response)
                           throws Exception
Throws:
Exception

testMDDFunctions2

public void testMDDFunctions2()
                       throws ServletException,
                              IOException
Throws:
ServletException
IOException

endMDDFunctions2

public void endMDDFunctions2(com.meterware.httpunit.WebResponse response)
                      throws Exception
Throws:
Exception