org.junitee.anttask
Class XMLResultFormatter

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

public class XMLResultFormatter
extends AbstractResultFormatter
implements JUnitEEResultFormatter

Version:
$Revision: 1.4 $
Author:
Oliver Rossmueller

Constructor Summary
XMLResultFormatter()
           
 
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
 
Methods inherited from interface org.junitee.anttask.JUnitEEResultFormatter
flush, setExtension, setFilterTrace, setOut, setOutfile
 

Constructor Detail

XMLResultFormatter

public XMLResultFormatter()
Method Detail

format

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

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