Package org.testng.reporters
Class JqReporter
- java.lang.Object
-
- org.testng.reporters.JqReporter
-
- All Implemented Interfaces:
IReporter
,ITestNGListener
@Deprecated public class JqReporter extends Object implements IReporter
Deprecated.UseMain
instead
-
-
Constructor Summary
Constructors Constructor Description JqReporter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected String
generateOutputDirectoryName(String outputDirectory)
Deprecated.Overridable by subclasses to create different directory names (e.g.void
generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
Deprecated.Generate a report for the given suites into the specified output directory.
-
-
-
Method Detail
-
generateReport
public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
Deprecated.Description copied from interface:IReporter
Generate a report for the given suites into the specified output directory.- Specified by:
generateReport
in interfaceIReporter
-
-