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.
|
org.apache.cactus.spi.client |
Contains Cactus client-side SPI classes required to implement new
protocols other than the Cactus-implemented ones.
|
org.apache.cactus.spi.client.connector |
Modifier and Type | Interface and Description |
---|---|
interface |
WebRequest
Contains HTTP request data for a Cactus test case.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseWebRequest
Contains all HTTP request data for a test case but independently of
the fact that there is or there is not a Cactus redirector.
|
class |
WebRequestImpl
Extends
BaseWebRequest to add properties specific to the
Cactus Web Redirectors. |
Modifier and Type | Method and Description |
---|---|
void |
ClientTestCaseCaller.callBeginMethod(Request theRequest)
Call the test case begin method.
|
java.lang.Object |
ClientTestCaseCaller.callEndMethod(Request theRequest,
ResponseObjectFactory theResponseFactory)
Call the test case end method
|
void |
ClientTestCaseCaller.callGlobalBeginMethod(Request theRequest)
Call the global begin method.
|
java.lang.Object |
WebResponseObjectFactory.getResponseObject(java.lang.String theClassName,
Request theRequest) |
Modifier and Type | Method and Description |
---|---|
Request |
HttpProtocolHandler.createRequest() |
Modifier and Type | Method and Description |
---|---|
ProtocolState |
HttpProtocolHandler.runTest(junit.framework.Test theDelegatedTest,
junit.framework.Test theWrappedTest,
Request theRequest) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ResponseObjectFactory.getResponseObject(java.lang.String theClassName,
Request theRequest)
Constructs response object that are passed as parameter to
endXXX() and global end methods. |
Modifier and Type | Method and Description |
---|---|
Request |
ProtocolHandler.createRequest()
Create a request object that will be passed to the
begin()
and beginXXX() methods. |
Modifier and Type | Method and Description |
---|---|
ProtocolState |
ProtocolHandler.runTest(junit.framework.Test theDelegatedTest,
junit.framework.Test theWrappedTest,
Request theRequest)
Connect to the server side (to the redirector proxy), passing all
information to execute the test there, trigger the test execution and
gather the test results.
|
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.