org.apache.anteater.test.log
Class MinimalLogger

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.types.DataType
              |
              +--org.apache.anteater.test.BaseDataType
                    |
                    +--org.apache.anteater.test.log.BaseLogger
                          |
                          +--org.apache.anteater.test.log.TextLogger
                                |
                                +--org.apache.anteater.test.log.MinimalLogger
All Implemented Interfaces:
Groupable, Logger

public class MinimalLogger
extends TextLogger

Logger that writes Text log files.

Version:
$Revision: 1.5 $ $Date: 2002/08/02 13:32:29 $
Author:
Jeff Turner

Nested Class Summary
 
Nested classes inherited from class org.apache.anteater.test.log.BaseLogger
BaseLogger.TestLog
 
Field Summary
 
Fields inherited from class org.apache.anteater.test.log.BaseLogger
_destDir, _dt, _errors, _extension, _failures, _filenameFormat, _overwrite, _t0, _tasks, _testLog, _useFile, DEFAULT_LOGDIR
 
Fields inherited from class org.apache.anteater.test.BaseDataType
debug, debugWasSet
 
Fields inherited from class org.apache.tools.ant.types.DataType
checked, description, ref
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
MinimalLogger()
           
 
Method Summary
 void startActionTask(ActionTask task)
          Indicates that an ActionTask (aka HTTP operation) has started.
 
Methods inherited from class org.apache.anteater.test.log.TextLogger
actionTaskError, endActionTask, endTest, startTest, testError, testFailure, testLog
 
Methods inherited from class org.apache.anteater.test.log.BaseLogger
setExtension, setFilenameFormat, setOverwrite, setTodir, setUseFile
 
Methods inherited from class org.apache.anteater.test.BaseDataType
debug, getDataTypeName, getDebug, getGroup, getRef, print, println, setDebug, setGroup, setGroup, setRefid
 
Methods inherited from class org.apache.tools.ant.types.DataType
circularReference, dieOnCircularReference, getCheckedRef, getDescription, isReference, noChildrenAllowed, setDescription, tooManyAttributes
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, log, log, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.anteater.test.log.Logger
setExtension, setFilenameFormat, setOverwrite, setTodir, setUseFile
 
Methods inherited from interface org.apache.anteater.test.Groupable
setGroup, setGroup
 

Constructor Detail

MinimalLogger

public MinimalLogger()
Method Detail

startActionTask

public void startActionTask(ActionTask task)
Description copied from interface: Logger
Indicates that an ActionTask (aka HTTP operation) has started. At this point the underlying implementation should start a timer. We can also conceptually start writing a new testsuite file, and fill in a blank header:

Specified by:
startActionTask in interface Logger
Overrides:
startActionTask in class TextLogger


Ant Functional Tester -- see Project home page for details