Package org.testng.reporters
Class JqReporter
- java.lang.Object
-
- org.testng.reporters.JqReporter
-
- All Implemented Interfaces:
IReporter,ITestNGListener
@Deprecated public class JqReporter extends java.lang.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 java.lang.StringgenerateOutputDirectoryName(java.lang.String outputDirectory)Deprecated.Overridable by subclasses to create different directory names (e.g.voidgenerateReport(java.util.List<XmlSuite> xmlSuites, java.util.List<ISuite> suites, java.lang.String outputDirectory)Deprecated.Generate a report for the given suites into the specified output directory.
-
-
-
Method Detail
-
generateReport
public void generateReport(java.util.List<XmlSuite> xmlSuites, java.util.List<ISuite> suites, java.lang.String outputDirectory)
Deprecated.Description copied from interface:IReporterGenerate a report for the given suites into the specified output directory.- Specified by:
generateReportin interfaceIReporter
-
generateOutputDirectoryName
protected java.lang.String generateOutputDirectoryName(java.lang.String outputDirectory)
Deprecated.Overridable by subclasses to create different directory names (e.g. with timestamps).- Parameters:
outputDirectory- the output directory specified by the user
-
-