Package org.apache.anteater.test

This package contains the top-level tasks and API that define the testing framework.

See:
          Description

Interface Summary
Groupable Interface indicating that the implementor can be assigned a 'group'.
ObjectModel Classes that implement this interface are passed additional information, or the context in which they execute.
XMLDocument Obtain the DOM4J representation of the receiving object.
 

Class Summary
ActionTask Common class used to represent the common functionality of running multiple matchers on: the received request, while in the HTTP servlet the HTTP response, after a request has been sent to a server.
BaseDataType Root class for all the Anteater types.
BaseTask Root class for all the Anteater tasks.
ContentHandlerTask A superclass which can magically convert certain nested Task types into body text.
DefaultGroup Default, primordial group, from which all others inherit.
Deploy Task for deploying new web applications into the ServletContainer at runtime.
FileRequest Defines a request to return the contents of a file The file is read into the body of an HttpMessage object.
Group A Group is a scoping mechanism for Anteater data types and tasks.
GroupUtils Various static utility methods for manipulating lists of Properties and Namespaces.
HttpClient HTTP operations on raw sockets using HttpMessage.
HttpMessage Describes the common attributes of an HTTP request and response.
HttpRequest Defines an HTTP request.
Listener Starts listening for an incoming HTTP request.
Matcher A Matcher corresponds to a <match> element, and describes a set of tests that need to be applied on an object.
MatcherSet MatcherSet maintains a set of Matchers to be applied on an object.
MatcherTest Matches an object against another.
Namespace Anteater representation of an XML namespace mapping.
SendResponse Sends an HTTP response back in the servlet thread.
ServletContainer Start an embedded Tomcat servlet container.
ServletContainerTask Ant Task representation for the ServletContainer class.
Session A minimalistic session object, for storing cookie headers between requests.
SOAPRequest Simple extension to HTTPRequest to predefine SOAP type requests.
Undeploy Task for undeploying applications from the ServletContainer at runtime.
 

Package org.apache.anteater.test Description

This package contains the top-level tasks and API that define the testing framework.



Ant Functional Tester -- see Project home page for details