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)
Finishes HTML stream
|
protected void |
generateExceptionReport(Throwable exception,
ITestNGMethod method) |
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)
Starts HTML stream
|
public String getFileName()
public void setFileName(String fileName)
public void generateReport(List<XmlSuite> xml, List<ISuite> suites, String outdir)
generateReport
in interface IReporter
protected PrintWriter createWriter(String outdir) throws IOException
IOException
protected void generateMethodSummaryReport(List<ISuite> suites)
protected void generateMethodDetailReport(List<ISuite> suites)
protected void generateExceptionReport(Throwable exception, ITestNGMethod method)
protected void startHtml(PrintWriter out)
protected void endHtml(PrintWriter out)
Copyright © 2018. All rights reserved.