|
|||||||||||
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.FilterTestCase
Test classes that need access to valid Filter implicit objects (such as the
FilterConfig
and FilterChain
objects) must
subclass this class.
Field Summary | |
FilterConfigWrapper |
config
Valid FilterConfig object that you can access from
the testXXX() , setUp and
tearDown() methods. |
javax.servlet.FilterChain |
filterChain
Valid FilterChain object that you can access from
the testXXX() , setUp and
tearDown() methods. |
HttpServletRequestWrapper |
request
Valid HttpServletRequest object that you can access from
the testXXX() , setUp and
tearDown() methods. |
javax.servlet.http.HttpServletResponse |
response
Valid HttpServletResponse object that you can access from
the testXXX() , setUp and
tearDown() methods. |
Constructor Summary | |
FilterTestCase()
|
|
FilterTestCase(java.lang.String theName)
|
|
FilterTestCase(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 |
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 HttpServletRequestWrapper request
HttpServletRequest
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.http.HttpServletResponse response
HttpServletResponse
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 FilterConfigWrapper config
FilterConfig
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.FilterChain filterChain
FilterChain
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 FilterTestCase()
AbstractCactusTestCase.AbstractCactusTestCase()
public FilterTestCase(java.lang.String theName)
AbstractCactusTestCase.AbstractCactusTestCase(String)
public FilterTestCase(java.lang.String theName, junit.framework.Test theTest)
AbstractCactusTestCase.AbstractCactusTestCase(String, Test)
Method Detail |
protected ProtocolHandler createProtocolHandler()
AbstractCactusTestCase
createProtocolHandler
in class AbstractCactusTestCase
AbstractCactusTestCase.createProtocolHandler()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |