Uses of Class
org.apache.anteater.test.matchers.Parameter

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

Uses of Parameter in org.apache.anteater.test
 

Methods in org.apache.anteater.test with parameters of type Parameter
 void HttpMessage.addParameter(Parameter param)
           
 void HttpRequest.addConfiguredParameter(Parameter rp)
          Add a parameter to the request
 

Uses of Parameter in org.apache.anteater.test.matchers
 

Methods in org.apache.anteater.test.matchers that return Parameter
static Parameter Parameter.create(org.apache.tools.ant.Project proj, String name, String value)
          A factory for creating HTTP GET Parameters which have their 'project' field properly set.
 



Ant Functional Tester -- see Project home page for details