test.tags
Class ListHQLTest

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.ListHQLTest
All Implemented Interfaces:
junit.framework.Test, org.apache.cactus.internal.CactusTestCase

public class ListHQLTest
extends MakumbaJspTestCase

Tests the HQL 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.ListHQLTest.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
ListHQLTest()
           
 
Method Summary
 void beginTomcat(org.apache.cactus.Request request)
           
 void endHibernateMakIf(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakListTag(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakObjectTag(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakValueChar(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakValueDate(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakValueDouble(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakValueInt(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakValueSet(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakValueText(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakValueTS_create(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakValueTS_modify(com.meterware.httpunit.WebResponse response)
           
static junit.framework.Test suite()
           
 void testHibernateMakIf()
           
 void testHibernateMakListTag()
           
 void testHibernateMakObjectTag()
           
 void testHibernateMakValueChar()
           
 void testHibernateMakValueDate()
           
 void testHibernateMakValueDouble()
           
 void testHibernateMakValueInt()
           
 void testHibernateMakValueSet()
           
 void testHibernateMakValueText()
           
 void testHibernateMakValueTS_create()
           
 void testHibernateMakValueTS_modify()
           
 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.ListHQLTest.Suite setup
Constructor Detail

ListHQLTest

public ListHQLTest()
Method Detail

suite

public static junit.framework.Test suite()

beginTomcat

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

testTomcat

public void testTomcat()

testHibernateMakObjectTag

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

endHibernateMakObjectTag

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

testHibernateMakListTag

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

endHibernateMakListTag

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

testHibernateMakValueChar

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

endHibernateMakValueChar

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

testHibernateMakValueDate

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

endHibernateMakValueDate

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

testHibernateMakValueInt

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

endHibernateMakValueInt

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

testHibernateMakValueDouble

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

endHibernateMakValueDouble

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

testHibernateMakValueText

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

endHibernateMakValueText

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

testHibernateMakValueSet

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

endHibernateMakValueSet

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

testHibernateMakValueTS_create

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

endHibernateMakValueTS_create

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

testHibernateMakValueTS_modify

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

endHibernateMakValueTS_modify

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

testHibernateMakIf

public void testHibernateMakIf()
                        throws ServletException,
                               IOException,
                               SAXException
Throws:
ServletException
IOException
SAXException

endHibernateMakIf

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