org.junitee.anttask
Interface JUnitEEResultFormatter
- All Known Implementing Classes:
- AbstractResultFormatter, SummaryResultFormatter, XMLResultFormatter
- public interface JUnitEEResultFormatter
This interface is the equivalent to JUnitResultFormatter provided by the JUnit task.
- Version:
- $Revision: 1.4 $
- Author:
- Oliver Rossmueller
format
public void format(org.w3c.dom.Node testSuiteNode)
throws java.io.IOException
- Format the JUnitEE result
- Parameters:
testSuiteNode -
- Throws:
java.io.IOException
setOut
public void setOut(java.io.OutputStream out)
setOutfile
public void setOutfile(java.io.File file)
setExtension
public void setExtension(java.lang.String extension)
setFilterTrace
public void setFilterTrace(boolean filter)
flush
public void flush()
throws java.io.IOException
- Throws:
java.io.IOException