Uses of Class
org.apache.anteater.test.ActionTask

Packages that use ActionTask
org.apache.anteater.test This package contains the top-level tasks and API that define the testing framework. 
org.apache.anteater.test.log Anteater's logging system. 
 

Uses of ActionTask in org.apache.anteater.test
 

Subclasses of ActionTask in org.apache.anteater.test
 class FileRequest
          Defines a request to return the contents of a file The file is read into the body of an HttpMessage object.
 class HttpRequest
          Defines an HTTP request.
 class Listener
          Starts listening for an incoming HTTP request.
 class SOAPRequest
          Simple extension to HTTPRequest to predefine SOAP type requests.
 

Uses of ActionTask in org.apache.anteater.test.log
 

Methods in org.apache.anteater.test.log with parameters of type ActionTask
 void XMLLogger.startActionTask(ActionTask task)
           
 void XMLLogger.endActionTask(ActionTask task)
           
protected  boolean XMLLogger.getOverwrite(ActionTask task)
          Decide whether we're meant to be clobbering old log files
protected  String XMLLogger.getFilenameFormat(ActionTask task)
          Get the format for log files.
protected  String XMLLogger.getProperty(ActionTask task, String key)
          Return a non-null value for a property.
static String LoggerUtils.getPathId(ActionTask task)
          Return a String identification for this HTTP action suitable for inclusion in a filename.
static Map LoggerUtils.getAttributes(ActionTask task)
           
 void MinimalLogger.startActionTask(ActionTask task)
           
 void ColourLogger.startActionTask(ActionTask task)
           
 void ColourLogger.endActionTask(ActionTask task)
           
 void TextLogger.startActionTask(ActionTask task)
           
 void TextLogger.endActionTask(ActionTask task)
           
 void Logger.startActionTask(ActionTask task)
          Indicates that an ActionTask (aka HTTP operation) has started.
 void Logger.endActionTask(ActionTask task)
          Indicates that an ActionTask has ended.
 void DebugLogger.startActionTask(ActionTask task)
           
 void DebugLogger.endActionTask(ActionTask task)
           
 void CompositeLogger.startActionTask(ActionTask task)
           
 void CompositeLogger.endActionTask(ActionTask task)
           
 void BaseLogger.startActionTask(ActionTask task)
           
 void BaseLogger.endActionTask(ActionTask task)
           
 



Ant Functional Tester -- see Project home page for details