Package org.testng.reporters
Class XMLReporter
java.lang.Object
org.testng.reporters.AbstractXmlReporter
org.testng.reporters.XMLReporter
- 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, writeSummaryCount
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.testng.ITestNGListener
isEnabled
-
Constructor Details
-
XMLReporter
public XMLReporter()
-
-
Method Details
-
generateReport
Description copied from interface:IReporter
Generate a report for the given suites into the specified output directory.- Parameters:
xmlSuites
- The list ofXmlSuite
suites
- The list ofISuite
outputDirectory
- The output directory
-