public class EmailableReporter extends Object implements IReporter
| Constructor and Description |
|---|
EmailableReporter() |
| Modifier and Type | Method and Description |
|---|---|
protected PrintWriter |
createWriter(String outdir) |
protected void |
endHtml(PrintWriter out) |
protected void |
generateExceptionReport(Throwable exception) |
protected void |
generateMethodDetailReport(List<ISuite> suites)
Creates a section showing known results for each method
|
protected void |
generateMethodSummaryReport(List<ISuite> suites)
Creates a table showing the highlights of each test method with links to the method details
|
void |
generateReport(List<XmlSuite> xml,
List<ISuite> suites,
String outdir)
Creates summary of the run
|
void |
generateSuiteSummaryReport(List<ISuite> suites) |
String |
getFileName() |
void |
setFileName(String fileName) |
protected void |
startHtml(PrintWriter out) |
public String getFileName()
public void setFileName(String fileName)
public void generateReport(List<XmlSuite> xml, List<ISuite> suites, String outdir)
generateReport in interface IReporterxml - The list of XmlSuitesuites - The list of ISuiteoutdir - The output directoryprotected PrintWriter createWriter(String outdir) throws IOException
IOExceptionprotected void generateMethodSummaryReport(List<ISuite> suites)
suites - The run suitesprotected void generateMethodDetailReport(List<ISuite> suites)
suites - All suitesprotected void generateExceptionReport(Throwable exception)
protected void startHtml(PrintWriter out)
protected void endHtml(PrintWriter out)
Copyright © 2025. All rights reserved.