See: Description
Class | Description |
---|---|
ClientTestCaseCaller |
Provides the ability to run common code before and after each test on the
client side.
|
ServletExceptionWrapper |
Wrapper around a
Throwable object. |
WebResponseObjectFactory |
Constructs Web response objects.
|
WebTestResultParser |
Parse a string representing a Test result and transform it into a
WebTestResult object. |
Exception | Description |
---|---|
ClientException |
A Cactus client side exception.
|
ParsingException |
Thrown when parsing the Web Test result (XML) and trying to build a
WebTestResult object. |
Error | Description |
---|---|
AssertionFailedErrorWrapper |
Same as
ServletExceptionWrapper except that this exception class
extends JUnit AssertionFailedError so that JUnit will
print a different message in it's runner console. |
Contains the classes implementing of the client side of Cactus.
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.