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 TypeMethodDescriptionvoid
Generate a report for the given suites into the specified output directory.protected String
getFileName
(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:IReporter
Generate a report for the given suites into the specified output directory.- Specified by:
generateReport
in interfaceIReporter
- Parameters:
xmlSuites
- The list ofXmlSuite
suites
- The list ofISuite
defaultOutputDirectory
- The output directory
-
getFileName
-
getTestName
-