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

Packages that use Session
org.apache.anteater.test This package contains the top-level tasks and API that define the testing framework. 
 

Uses of Session in org.apache.anteater.test
 

Fields in org.apache.anteater.test declared as Session
protected  Session ActionTask.session
           
 

Methods in org.apache.anteater.test that return Session
 Session Group.getSession()
           
 

Methods in org.apache.anteater.test with parameters of type Session
 void ActionTask.addConfiguredSession(Session session)
           
static HttpMessage HttpClient.dispatch(HttpMessage request, org.apache.tools.ant.Project project, Session session, int timeout, Boolean useTidy, Boolean followRedirects, int maxRedirects, int debug)
          Send the request to the specified URL.
 void Group.addSession(Session session)
          Add a <session/> to the group.
 



Ant Functional Tester -- see Project home page for details