org.junitee.anttask
Class PlainResultFormatter

java.lang.Object
  extended byorg.junitee.anttask.AbstractResultFormatter
      extended byorg.junitee.anttask.PlainResultFormatter
All Implemented Interfaces:
JUnitEEResultFormatter
Direct Known Subclasses:
BriefResultFormatter

public class PlainResultFormatter
extends AbstractResultFormatter

Version:
$Revision: 1.6 $
Author:
Oliver Rossmueller

Constructor Summary
PlainResultFormatter()
           
 
Method Summary
 void format(org.w3c.dom.Node testSuiteNode)
          Format the JUnitEE result
 
Methods inherited from class org.junitee.anttask.AbstractResultFormatter
flush, getOutput, getTestName, isFilterTrace, setExtension, setFilterTrace, setOut, setOutfile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainResultFormatter

public PlainResultFormatter()
Method Detail

format

public void format(org.w3c.dom.Node testSuiteNode)
            throws java.io.IOException
Description copied from interface: JUnitEEResultFormatter
Format the JUnitEE result

Parameters:
testSuiteNode -
Throws:
java.io.IOException