org.junitee.output
Class XMLOutput

java.lang.Object
  extended byorg.junitee.output.AbstractOutput
      extended byorg.junitee.output.XMLOutput
All Implemented Interfaces:
OutputProducer

public class XMLOutput
extends AbstractOutput

This class implements the TestRunnerListener interface and produces an HTML test report.

Since:
1.5
Version:
$Revision: 1.14 $
Author:
Oliver Rossmueller

Constructor Summary
XMLOutput(TestRunnerResults results, HttpServletResponse response, java.lang.String xsl, boolean filterTrace)
           
 
Method Summary
protected  void printErrorMessages()
           
protected  void printFooter()
           
protected  void printHeader()
           
protected  void printResults()
           
 void render()
           
 
Methods inherited from class org.junitee.output.AbstractOutput
exceptionToString, getCurrentInfo, getEJBExceptionDetail, getErrorMessages, getSuiteInfo, getTimestamp, isFailure, isFilterTrace, isFinished, isSingleTest, isStopped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLOutput

public XMLOutput(TestRunnerResults results,
                 HttpServletResponse response,
                 java.lang.String xsl,
                 boolean filterTrace)
          throws java.io.IOException
Method Detail

render

public void render()
Specified by:
render in interface OutputProducer
Specified by:
render in class AbstractOutput

printHeader

protected void printHeader()

printFooter

protected void printFooter()

printErrorMessages

protected void printErrorMessages()

printResults

protected void printResults()