Class PerSuiteXMLReporter
java.lang.Object
org.testng.reporters.AbstractXmlReporter
org.testng.reporters.PerSuiteXMLReporter
- All Implemented Interfaces:
IReporter, ITestNGListener, ICustomizeXmlReport
The main entry for the XML generation operation
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractXmlReporter
AbstractXmlReporter.Count -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractXmlReporter
addCustomTagsFor, computeCountForSuite, fileName, getConfig, setDurationAttributes, writeReporterOutput, writeReporterOutput, writeSuite, writeSummaryCountMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ITestNGListener
isEnabled
-
Constructor Details
-
PerSuiteXMLReporter
public PerSuiteXMLReporter()
-
-
Method Details
-
generateReport
Description copied from interface:IReporterGenerate a report for the given suites into the specified output directory.- Parameters:
xmlSuites- The list ofXmlSuitesuites- The list ofISuiteoutputDirectory- The output directory
-