Package org.testng.reporters
Class JUnitReportReporter
- java.lang.Object
-
- org.testng.reporters.JUnitReportReporter
-
- All Implemented Interfaces:
IReporter
,ITestNGListener
public class JUnitReportReporter extends Object implements IReporter
-
-
Constructor Summary
Constructors Constructor Description JUnitReportReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String defaultOutputDirectory)
Generate a report for the given suites into the specified output directory.protected String
getFileName(Class cls)
protected String
getTestName(ITestResult tr)
-
-
-
Method Detail
-
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
-
getTestName
protected String getTestName(ITestResult tr)
-
-