test.tags
Class FormsHQLTest

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

public class FormsHQLTest
extends MakumbaJspTestCase

Version:
$Id: FormsHQLTest.java 4982 2010-05-09 21:00:38Z cristian_bogdan $
Author:
Rudolf Mayer, Manuel Gay

Nested Class Summary
 
Nested classes/interfaces inherited from class test.util.MakumbaJspTestCase
MakumbaJspTestCase.JspTest, MakumbaJspTestCase.MakumbaJspTestCaseDecorator, MakumbaJspTestCase.Suite
 
Field Summary
 
Fields inherited from class test.util.MakumbaJspTestCase
differentNameJspsMap, differentNameJspsReverseMap, jspDir, recording, submissionResponse, tests
 
Fields inherited from class org.apache.cactus.JspTestCase
out, pageContext
 
Fields inherited from class org.apache.cactus.ServletTestCase
config, request, response, session
 
Constructor Summary
FormsHQLTest()
           
 
Method Summary
 void beginHibernateMakAddForm(org.apache.cactus.Request request)
           
 void endHibernateMakAddForm(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakEditForm(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakForm(com.meterware.httpunit.WebResponse response)
           
 void endHibernateMakNewForm(com.meterware.httpunit.WebResponse response)
           
static junit.framework.Test suite()
           
 void testHibernateMakAddForm()
           
 void testHibernateMakEditForm()
           
 void testHibernateMakForm()
           
 void testHibernateMakNewForm()
           
 void testTomcat()
           
 
Methods inherited from class test.util.MakumbaJspTestCase
compareTest, compareToFile, compareToFileWithTestName, differentNameJsps, disableTest, fetchValidTestResult, getFormInJsp, getFormInJsp, getFormInJspWithTestName, getFormInJspWithTestName, getJspDir, getJspResponse, getRecordingMode, includeJspWithTestName, makeJspDirSuite, makeJspSuite, makeSuite
 
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
 

Constructor Detail

FormsHQLTest

public FormsHQLTest()
Method Detail

suite

public static junit.framework.Test suite()

testTomcat

public void testTomcat()

testHibernateMakNewForm

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

endHibernateMakNewForm

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

beginHibernateMakAddForm

public void beginHibernateMakAddForm(org.apache.cactus.Request request)
                              throws Exception
Throws:
Exception

testHibernateMakAddForm

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

endHibernateMakAddForm

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

testHibernateMakEditForm

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

endHibernateMakEditForm

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

testHibernateMakForm

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

endHibernateMakForm

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