|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.testng.reporters.EmailableReporter
public class EmailableReporter
Reported designed to render self-contained HTML top down view of a testing suite.
| Constructor Summary | |
|---|---|
EmailableReporter()
|
|
| Method Summary | |
|---|---|
protected java.io.PrintWriter |
createWriter(java.lang.String outdir)
|
protected void |
endHtml(java.io.PrintWriter out)
Finishes HTML stream |
protected void |
generateExceptionReport(java.lang.Throwable exception,
ITestNGMethod method)
|
protected void |
generateMethodDetailReport(java.util.List<ISuite> suites)
Creates a section showing known results for each method |
protected void |
generateMethodSummaryReport(java.util.List<ISuite> suites)
Creates a table showing the highlights of each test method with links to the method details |
void |
generateReport(java.util.List<XmlSuite> xml,
java.util.List<ISuite> suites,
java.lang.String outdir)
Creates summary of the run |
void |
generateSuiteSummaryReport(java.util.List<ISuite> suites)
|
protected void |
startHtml(java.io.PrintWriter out)
Starts HTML stream |
protected void |
writeStyle(java.lang.String[] formats,
java.lang.String[] targets)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailableReporter()
| Method Detail |
|---|
public void generateReport(java.util.List<XmlSuite> xml,
java.util.List<ISuite> suites,
java.lang.String outdir)
generateReport in interface IReporter
protected java.io.PrintWriter createWriter(java.lang.String outdir)
throws java.io.IOException
java.io.IOExceptionprotected void generateMethodSummaryReport(java.util.List<ISuite> suites)
protected void generateMethodDetailReport(java.util.List<ISuite> suites)
protected void generateExceptionReport(java.lang.Throwable exception,
ITestNGMethod method)
public void generateSuiteSummaryReport(java.util.List<ISuite> suites)
protected void writeStyle(java.lang.String[] formats,
java.lang.String[] targets)
protected void startHtml(java.io.PrintWriter out)
protected void endHtml(java.io.PrintWriter out)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||