org.apache.anteater.test.log
Class BaseLogger.TestLog

java.lang.Object
  |
  +--org.apache.anteater.test.log.BaseLogger.TestLog
Enclosing class:
BaseLogger

public class BaseLogger.TestLog
extends Object


Constructor Summary
BaseLogger.TestLog(MatcherTest test)
           
 
Method Summary
 void end()
           
 void setError(String msg, Exception err)
           
 void setFailure(String msg, Exception fail)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseLogger.TestLog

public BaseLogger.TestLog(MatcherTest test)
Method Detail

start

public void start()

setError

public void setError(String msg,
                     Exception err)

setFailure

public void setFailure(String msg,
                       Exception fail)

end

public void end()


Ant Functional Tester -- see Project home page for details