Class XMLJUnitResultFormatter

java.lang.Object
org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter
All Implemented Interfaces:
junit.framework.TestListener, IgnoredTestListener, JUnitResultFormatter, JUnitTaskMirror.JUnitResultFormatterMirror, XMLConstants

public class XMLJUnitResultFormatter extends Object implements JUnitResultFormatter, XMLConstants, IgnoredTestListener
Prints XML output of the test to a specified Writer.
See Also: