org.testng
Interface IReporter

All Superinterfaces:
ITestNGListener
All Known Implementing Classes:
EmailableReporter, FailedReporter, JUnitReportReporter, SuiteHTMLReporter, XMLReporter

public interface IReporter
extends ITestNGListener

This interface can be implemented by clients to generate a report. Its method generateReport() will be invoked after all the suite have run and the parameters give all the test results that happened during that run.

Author:
cbeust Feb 17, 2006

Method Summary
 void generateReport(java.util.List<XmlSuite> xmlSuites, java.util.List<ISuite> suites, java.lang.String outputDirectory)
          Generate a report for the given suites into the specified output directory.
 

Method Detail

generateReport

void generateReport(java.util.List<XmlSuite> xmlSuites,
                    java.util.List<ISuite> suites,
                    java.lang.String outputDirectory)
Generate a report for the given suites into the specified output directory.



Copyright © 2011. All Rights Reserved.