org.junitee.anttask
Class BriefResultFormatter

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

public class BriefResultFormatter
extends PlainResultFormatter

Version:
$Revision: 1.2 $
Author:
Oliver Rossmueller

Constructor Summary
BriefResultFormatter()
           
 
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

BriefResultFormatter

public BriefResultFormatter()
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
Overrides:
format in class PlainResultFormatter
Throws:
java.io.IOException