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
Modifier and TypeMethodDescriptionvoidGenerate a report for the given suites into the specified output directory.private Set<ITestResult> results(ITestContext context) Methods inherited from class org.testng.reporters.AbstractXmlReporter
addCustomTagsFor, computeCountForSuite, fileName, getConfig, setDurationAttributes, writeReporterOutput, writeReporterOutput, writeSuite, writeSummaryCount
-
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
-
getOutput
-
results
-