|
|||||||||||
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 classes that need access to valid JSP implicit objects (such as the page context, the output jsp writer, the HTTP request, ...) must subclass this class.
Field Summary | |
javax.servlet.jsp.JspWriter |
out
Valid JspWriter object that you can access from
the testXXX() , setUp and
tearDown() methods. |
PageContextWrapper |
pageContext
Valid PageContext object that you can access from
the testXXX() , setUp and
tearDown() methods. |
Fields inherited from class org.apache.cactus.ServletTestCase |
config, request, response, session |
Constructor Summary | |
JspTestCase()
|
|
JspTestCase(java.lang.String theName)
|
|
JspTestCase(java.lang.String theName,
junit.framework.Test theTest)
|
Method Summary | |
protected ProtocolHandler |
createProtocolHandler()
Create a protocol handler instance that will be used to connect to the server side. |
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, failNotEquals, failNotSame, failSame |
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 |
public PageContextWrapper pageContext
PageContext
object that you can access from
the testXXX()
, setUp
and
tearDown()
methods. If you try to access it from either the
beginXXX()
or endXXX()
methods it will
have the null
value.
public javax.servlet.jsp.JspWriter out
JspWriter
object that you can access from
the testXXX()
, setUp
and
tearDown()
methods. If you try to access it from either the
beginXXX()
or endXXX()
methods it will
have the null
value.
Constructor Detail |
public JspTestCase()
ServletTestCase.ServletTestCase()
public JspTestCase(java.lang.String theName)
ServletTestCase.ServletTestCase(String)
public JspTestCase(java.lang.String theName, junit.framework.Test theTest)
ServletTestCase.ServletTestCase(String, Test)
Method Detail |
protected ProtocolHandler createProtocolHandler()
AbstractCactusTestCase
createProtocolHandler
in class ServletTestCase
ServletTestCase.createProtocolHandler()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |