Package org.testng.reporters
Class JUnitReportReporter
java.lang.Object
org.testng.reporters.JUnitReportReporter
- All Implemented Interfaces:
IReporter,ITestNGListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidGenerate a report for the given suites into the specified output directory.protected StringgetFileName(Class cls) protected String
-
Constructor Details
-
JUnitReportReporter
public JUnitReportReporter()
-
-
Method Details
-
generateReport
public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String defaultOutputDirectory) Description copied from interface:IReporterGenerate a report for the given suites into the specified output directory.- Specified by:
generateReportin interfaceIReporter- Parameters:
xmlSuites- The list ofXmlSuitesuites- The list ofISuitedefaultOutputDirectory- The output directory
-
getFileName
-
getTestName
-