|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.cactus.internal.AbstractCactusTestCase
org.apache.cactus.ServletTestCase
org.apache.cactus.JspTestCase
test.util.MakumbaJspTestCase
test.ExceptionTest
public class ExceptionTest
Tests for the way makumba handles expcetions FIXME this appears to be broken, cactus does not proceed the page but instead interrupts execution
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 | |
---|---|
ExceptionTest()
|
Method Summary | |
---|---|
void |
endArrayIndexException(com.meterware.httpunit.WebResponse response)
|
void |
endCompilationError(com.meterware.httpunit.WebResponse response)
|
void |
endDataDefinitionNotFoundException(com.meterware.httpunit.WebResponse response)
|
void |
endNoSuchFieldException(com.meterware.httpunit.WebResponse response)
|
void |
endNullPointerException(com.meterware.httpunit.WebResponse response)
|
void |
endNumberFormatException(com.meterware.httpunit.WebResponse response)
|
static junit.framework.Test |
suite()
|
void |
testArrayIndexException()
|
void |
testCompilationError()
|
void |
testDataDefinitionNotFoundException()
|
void |
testNoSuchFieldException()
|
void |
testNullPointerException()
|
void |
testNumberFormatException()
|
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 |
---|
public ExceptionTest()
Method Detail |
---|
public static junit.framework.Test suite()
public void testTomcat()
public void testArrayIndexException() throws ServletException, IOException
ServletException
IOException
public void endArrayIndexException(com.meterware.httpunit.WebResponse response) throws Exception
Exception
public void testCompilationError() throws ServletException, IOException
ServletException
IOException
public void endCompilationError(com.meterware.httpunit.WebResponse response) throws Exception
Exception
public void testDataDefinitionNotFoundException() throws ServletException, IOException
ServletException
IOException
public void endDataDefinitionNotFoundException(com.meterware.httpunit.WebResponse response) throws Exception
Exception
public void testNoSuchFieldException() throws ServletException, IOException
ServletException
IOException
public void endNoSuchFieldException(com.meterware.httpunit.WebResponse response) throws Exception
Exception
public void testNullPointerException() throws ServletException, IOException
ServletException
IOException
public void endNullPointerException(com.meterware.httpunit.WebResponse response) throws Exception
Exception
public void testNumberFormatException() throws ServletException, IOException
ServletException
IOException
public void endNumberFormatException(com.meterware.httpunit.WebResponse response) throws Exception
Exception
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |