org.junitee.output
Class XMLOutput
java.lang.Object
org.junitee.output.AbstractOutput
org.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
| 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 |
XMLOutput
public XMLOutput(TestRunnerResults results,
HttpServletResponse response,
java.lang.String xsl,
boolean filterTrace)
throws java.io.IOException
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()