Groovy Documentation

de.matrixweb.harhar.junit
[Groovy] Class JUnitLogger

java.lang.Object
  de.matrixweb.harhar.junit.JUnitLogger
All Implemented Interfaces:
Logger

class JUnitLogger
extends Object

Authors:
marwol


Property Summary
boolean debug

 
Constructor Summary
JUnitLogger(def debug)

 
Method Summary
void debug(def message)

void info(def message)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

debug

boolean debug


 
Constructor Detail

JUnitLogger

JUnitLogger(def debug)


 
Method Detail

debug

void debug(def message)


info

void info(def message)


 

Groovy Documentation