Package org.testng.reporters
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 org.testng.reporters.AbstractXmlReporter
AbstractXmlReporter.Count -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.testng.reporters.AbstractXmlReporter
addCustomTagsFor, computeCountForSuite, fileName, getConfig, setDurationAttributes, writeReporterOutput, writeReporterOutput, writeSuite, writeSummaryCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.testng.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
-