Uses of Interface
org.apache.anteater.test.ObjectModel

Packages that use ObjectModel
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 ObjectModel in org.apache.anteater.test
 

Classes in org.apache.anteater.test that implement ObjectModel
 class Matcher
          A Matcher corresponds to a <match> element, and describes a set of tests that need to be applied on an object.
 class MatcherSet
          MatcherSet maintains a set of Matchers to be applied on an object.
 class MatcherTest
          Matches an object against another.
 class SendResponse
          Sends an HTTP response back in the servlet thread.
 

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

Classes in org.apache.anteater.test.matchers that implement ObjectModel
 class Blob
          A binary object matcher.
 class ContentEquals
          Checks if the matchOn string is equal with another one.
 class Header
          Maintains an HTTP header.
 class Jing
          Matcher based on James Clark's Jing tool for validating XML documents against the Relax NG schema language.
 class Method
          Check the method (GET, POST etc.) in an incoming HTTP request.
 class Parameter
          Maintains and checks a single HTTP parameter.
 class Regexp
          Validates content against a regular expression.
 class ResponseCode
          Check the response code in the HTTP response.
 class Template
          A template matcher, that you can base new matchers on.
 class XPath
          Assuming that the body of the HTTP message is an XML document, matches it using XPath.
 



Ant Functional Tester -- see Project home page for details