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.UseMaininstead
-
-
Constructor Summary
Constructors Constructor Description JqReporter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected StringgenerateOutputDirectoryName(String outputDirectory)Deprecated.Overridable by subclasses to create different directory names (e.g.voidgenerateReport(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:IReporterGenerate a report for the given suites into the specified output directory.- Specified by:
generateReportin interfaceIReporter
-
-