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

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

Uses of Matcher in org.apache.anteater.test
 

Fields in org.apache.anteater.test declared as Matcher
protected  Matcher MatcherTest.matcher
          The container of this matcher.
 

Methods in org.apache.anteater.test with parameters of type Matcher
 void ActionTask.addMatch(Matcher matcher)
           
 void MatcherSet.addMatcher(Matcher matcher)
           
 void MatcherTest.setMatcher(Matcher parent)
           
 



Ant Functional Tester -- see Project home page for details