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 StringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ITestNGListener
isEnabled
-
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
-