Griffon 1.2.0

org.codehaus.griffon.test.event
[Groovy] Class GriffonTestEventConsoleReporter

java.lang.Object
  org.codehaus.griffon.test.event.GriffonTestEventConsoleReporter
All Implemented Interfaces:
GriffonBuildListener

class GriffonTestEventConsoleReporter

Field Summary
private static def EVENTS

protected int failureCount

protected PrintStream out

 
Constructor Summary
GriffonTestEventConsoleReporter(PrintStream out)

 
Method Summary
protected def doTestCaseEnd(String name, String out, String err)

protected def doTestCaseStart(String name)

protected def doTestFailure(String name, def failure, boolean isError)

void receiveGriffonBuildEvent(String name, Object[] args)

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

Field Detail

EVENTS

private static final def EVENTS


failureCount

protected int failureCount


out

protected PrintStream out


 
Constructor Detail

GriffonTestEventConsoleReporter

GriffonTestEventConsoleReporter(PrintStream out)


 
Method Detail

doTestCaseEnd

protected def doTestCaseEnd(String name, String out, String err)


doTestCaseStart

protected def doTestCaseStart(String name)


doTestFailure

protected def doTestFailure(String name, def failure, boolean isError)


receiveGriffonBuildEvent

void receiveGriffonBuildEvent(String name, Object[] args)


 

Groovy Documentation