Package | Description |
---|---|
org.apache.cactus |
Contains all classes needed for writing Cactus tests.
|
org.apache.cactus.internal |
Contains Cactus internal implementation classes.
|
org.apache.cactus.internal.client |
Contains the classes implementing of the client side of Cactus.
|
org.apache.cactus.internal.client.connector.http |
Contains the implementation of the HTTP transport for communication of
the client-side test runner with the server-side redirectors.
|
Modifier and Type | Method and Description |
---|---|
protected ProtocolHandler |
FilterTestCase.createProtocolHandler() |
protected ProtocolHandler |
JspTestCase.createProtocolHandler() |
protected ProtocolHandler |
ServletTestCase.createProtocolHandler() |
Modifier and Type | Method and Description |
---|---|
protected abstract ProtocolHandler |
AbstractCactusTestCase.createProtocolHandler()
Create a protocol handler instance that will be used to connect to the
server side.
|
Constructor and Description |
---|
ClientTestCaseCaller(junit.framework.Test theDelegatedTest,
junit.framework.Test theWrappedTest,
ProtocolHandler theProtocolHandler) |
Modifier and Type | Class and Description |
---|---|
class |
HttpProtocolHandler
Implementation for the HTTP protocol.
|
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.