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

Packages that use org.apache.anteater.test.log
org.apache.anteater.test This package contains the top-level tasks and API that define the testing framework. 
org.apache.anteater.test.log Anteater's logging system. 
 

Classes in org.apache.anteater.test.log used by org.apache.anteater.test
CompositeLogger
          A Logger that implements the Composite (GoF) pattern, by delegating method calls to a group of Loggers.
Logger
          Callback-style logger interface.
LoggerFactory
          A LoggerFactory corresponds to a <logger> element in Anteater.
 

Classes in org.apache.anteater.test.log used by org.apache.anteater.test.log
BaseLogger
          A basic Logger implementation.
BaseLogger.TestLog
           
Logger
          Callback-style logger interface.
LoggerFactory.TypeAttribute
           Enumerated attribute with the values "plain" and "xml".
TextLogger
          Logger that writes Text log files.
 



Ant Functional Tester -- see Project home page for details