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

Packages that use MatcherTest
org.apache.anteater.test.log Anteater's logging system. 
org.apache.anteater.test.matchers This package contains implementations of matchers
 

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

Methods in org.apache.anteater.test.log with parameters of type MatcherTest
 void XMLLogger.startTest(MatcherTest test)
           
 void XMLLogger.endTest(MatcherTest test)
           
 void ColourLogger.startTest(MatcherTest test)
           
 void ColourLogger.endTest(MatcherTest test)
           
 void TextLogger.startTest(MatcherTest test)
           
 void TextLogger.endTest(MatcherTest test)
           
 void Logger.startTest(MatcherTest test)
          Indicates the start of a test against the retrieved Response.
 void Logger.endTest(MatcherTest test)
          Indicates that a test against the retrieved response has completed.
 void DebugLogger.startTest(MatcherTest test)
           
 void DebugLogger.endTest(MatcherTest test)
           
 void CompositeLogger.startTest(MatcherTest test)
           
 void CompositeLogger.endTest(MatcherTest test)
           
 void BaseLogger.startTest(MatcherTest test)
           
 void BaseLogger.endTest(MatcherTest test)
           
 

Constructors in org.apache.anteater.test.log with parameters of type MatcherTest
BaseLogger.TestLog(MatcherTest test)
           
 

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

Subclasses of MatcherTest in org.apache.anteater.test.matchers
 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