org.junitee.anttask
Class SummaryResultFormatter

java.lang.Object
  extended byorg.junitee.anttask.AbstractResultFormatter
      extended byorg.junitee.anttask.SummaryResultFormatter
All Implemented Interfaces:
JUnitEEResultFormatter

public class SummaryResultFormatter
extends AbstractResultFormatter
implements JUnitEEResultFormatter

Version:
$Revision: 1.2 $
Author:
Oliver Rossmueller

Constructor Summary
SummaryResultFormatter()
           
 
Method Summary
 void flush()
           
 void format(org.w3c.dom.Node testNode)
          Format the JUnitEE result
 
Methods inherited from class org.junitee.anttask.AbstractResultFormatter
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
 
Methods inherited from interface org.junitee.anttask.JUnitEEResultFormatter
setExtension, setFilterTrace, setOut, setOutfile
 

Constructor Detail

SummaryResultFormatter

public SummaryResultFormatter()
Method Detail

format

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

Specified by:
format in interface JUnitEEResultFormatter
Parameters:
testNode -
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Specified by:
flush in interface JUnitEEResultFormatter
Overrides:
flush in class AbstractResultFormatter
Throws:
java.io.IOException