test
Class ExceptionTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.cactus.internal.AbstractCactusTestCase
org.apache.cactus.ServletTestCase
org.apache.cactus.JspTestCase
test.util.MakumbaJspTestCase
test.ExceptionTest
- All Implemented Interfaces:
- junit.framework.Test, org.apache.cactus.internal.CactusTestCase
public class ExceptionTest
- extends MakumbaJspTestCase
Tests for the way makumba handles expcetions
- Version:
- $Id: ExceptionTest.java,v 1.1 May 11, 2008 3:25:44 AM manu Exp $
- Author:
- Manuel Gay
|
Field Summary |
(package private) static test.ExceptionTest.Suite |
setup
|
| Fields inherited from class org.apache.cactus.JspTestCase |
out, pageContext |
| Fields inherited from class org.apache.cactus.ServletTestCase |
config, request, response, session |
| 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 interface org.apache.cactus.internal.CactusTestCase |
runBareServer |
setup
static test.ExceptionTest.Suite setup
ExceptionTest
public ExceptionTest()
suite
public static junit.framework.Test suite()
beginTomcat
public void beginTomcat(org.apache.cactus.Request request)
testTomcat
public void testTomcat()
testArrayIndexException
public void testArrayIndexException()
throws ServletException,
IOException
- Throws:
ServletException
IOException
endArrayIndexException
public void endArrayIndexException(com.meterware.httpunit.WebResponse response)
throws Exception
- Throws:
Exception
testCompilationError
public void testCompilationError()
throws ServletException,
IOException
- Throws:
ServletException
IOException
endCompilationError
public void endCompilationError(com.meterware.httpunit.WebResponse response)
throws Exception
- Throws:
Exception
testDataDefinitionNotFoundException
public void testDataDefinitionNotFoundException()
throws ServletException,
IOException
- Throws:
ServletException
IOException
endDataDefinitionNotFoundException
public void endDataDefinitionNotFoundException(com.meterware.httpunit.WebResponse response)
throws Exception
- Throws:
Exception
testNoSuchFieldException
public void testNoSuchFieldException()
throws ServletException,
IOException
- Throws:
ServletException
IOException
endNoSuchFieldException
public void endNoSuchFieldException(com.meterware.httpunit.WebResponse response)
throws Exception
- Throws:
Exception
testNullPointerException
public void testNullPointerException()
throws ServletException,
IOException
- Throws:
ServletException
IOException
endNullPointerException
public void endNullPointerException(com.meterware.httpunit.WebResponse response)
throws Exception
- Throws:
Exception
testNumberFormatException
public void testNumberFormatException()
throws ServletException,
IOException
- Throws:
ServletException
IOException
endNumberFormatException
public void endNumberFormatException(com.meterware.httpunit.WebResponse response)
throws Exception
- Throws:
Exception