Package org.apache.anteater.test.meta

Classes that deal with metadata about a script or Anteater itself.

See:
          Description

Interface Summary
FeatureChecker A FeatureChecker can validate whether a Feature is present in the current Anteater install.
 

Class Summary
AbstractChecker Base class for Anteater FeatureChecker implementations.
CheckUses Anteater Task that lets a script explicitly indicate where they want the features to be checked.
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.
FeatureCheckerFactory Factory for creating FeatureChecker classes.
JSSEChecker Checks whether the javax.net.ssl classes are available.
Uses Collects a set of Features needed by a script.
ValueChecker A FeatureChecker that checks if a feature property has a certain value.
VersionChecker .
 

Package org.apache.anteater.test.meta Description

Classes that deal with metadata about a script or Anteater itself. Script metadata allows a script to tell Anteater which version it was written for and what features it uses. This allows Anteater to take action like:



Ant Functional Tester -- see Project home page for details