test.tags
Class MakumbaCommonTagsTest

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

public class MakumbaCommonTagsTest
extends MakumbaJspTestCase


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
MakumbaCommonTagsTest()
           
 
Method Summary
 void beginLogin(org.apache.cactus.Request request)
           
 void endLogin(com.meterware.httpunit.WebResponse response)
           
static junit.framework.Test suite()
           
 void testLogin()
           
 void testVersionTag()
           
 
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

MakumbaCommonTagsTest

public MakumbaCommonTagsTest()
Method Detail

suite

public static junit.framework.Test suite()

testVersionTag

public void testVersionTag()
                    throws JspException,
                           IOException
Throws:
JspException
IOException

beginLogin

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

testLogin

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

endLogin

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