Griffon 1.2.0

org.codehaus.griffon.test.report.junit
[Java] Class XMLFormatter

java.lang.Object
  org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter
      org.codehaus.griffon.test.report.junit.XMLFormatter

public class XMLFormatter
extends XMLJUnitResultFormatter

JUnit XML formatter that sanitises the stack traces generated by tests.


Constructor Summary
XMLFormatter(File file)

 
Method Summary
void addError(Test test, Throwable throwable)

void addFailure(Test test, Throwable throwable)

void setOutput(OutputStream out)

 

Constructor Detail

XMLFormatter

public XMLFormatter(File file)


 
Method Detail

addError

public void addError(Test test, Throwable throwable)


addFailure

public void addFailure(Test test, Throwable throwable)


setOutput

public void setOutput(OutputStream out)


 

Groovy Documentation