org.junitee.anttask
Class AbstractResultFormatter
java.lang.Object
org.junitee.anttask.AbstractResultFormatter
- All Implemented Interfaces:
- JUnitEEResultFormatter
- Direct Known Subclasses:
- PlainResultFormatter, SummaryResultFormatter, XMLResultFormatter
- public abstract class AbstractResultFormatter
- extends java.lang.Object
- implements JUnitEEResultFormatter
- Version:
- $Revision: 1.6 $
- Author:
- Oliver Rossmueller
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractResultFormatter
public AbstractResultFormatter()
isFilterTrace
public boolean isFilterTrace()
setFilterTrace
public void setFilterTrace(boolean filterTrace)
- Specified by:
setFilterTrace in interface JUnitEEResultFormatter
setOut
public void setOut(java.io.OutputStream out)
- Specified by:
setOut in interface JUnitEEResultFormatter
setOutfile
public void setOutfile(java.io.File file)
- Specified by:
setOutfile in interface JUnitEEResultFormatter
setExtension
public void setExtension(java.lang.String extension)
- Specified by:
setExtension in interface JUnitEEResultFormatter
getOutput
public java.io.OutputStream getOutput(java.lang.String testName)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
flush
public void flush()
throws java.io.IOException
- Specified by:
flush in interface JUnitEEResultFormatter
- Throws:
java.io.IOException
getTestName
protected java.lang.String getTestName(org.w3c.dom.Node testSuiteNode)