Uses of Package
org.apache.anteater.test.meta

Packages that use org.apache.anteater.test.meta
org.apache.anteater.test This package contains the top-level tasks and API that define the testing framework. 
org.apache.anteater.test.meta Classes that deal with metadata about a script or Anteater itself. 
 

Classes in org.apache.anteater.test.meta used by org.apache.anteater.test
Uses
          Collects a set of Features needed by a script.
 

Classes in org.apache.anteater.test.meta used by org.apache.anteater.test.meta
AbstractChecker
          Base class for Anteater FeatureChecker implementations.
ExistenceChecker
          A FeatureChecker that specifies that a certain feature must exist.
Feature
          Class representing an Anteater feature; either some aspect of Anteater itself (eg version) or an 'optional' feature.
FeatureChecker
          A FeatureChecker can validate whether a Feature is present in the current Anteater install.
 



Ant Functional Tester -- see Project home page for details