org.apache.cactus
public class: JspTestCase [javadoc |
source]
java.lang.Object
junit.framework.TestCase
org.apache.cactus.internal.AbstractCactusTestCase
org.apache.cactus.ServletTestCase
org.apache.cactus.JspTestCase
All Implemented Interfaces:
CactusTestCase
Direct Known Subclasses:
TestJspTagLifecycle, TestJspOut, TestJspPageContext, TestSampleTag, NoNameJspTestCase, TestSampleBodyTag
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.
- version:
$
- Id: JspTestCase.java 238991 2004-05-22 11:34:50Z vmassol $
Field Summary |
---|
public AbstractPageContextWrapper | pageContext | Valid 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 JspWriter | out | Valid 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. |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |