|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 |
---|
public XMLFormatter(File file)
Method Detail |
---|
public void addError(Test test, Throwable throwable)
public void addFailure(Test test, Throwable throwable)
public void setOutput(OutputStream out)
Groovy Documentation