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.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 java.lang.String
generateOutputDirectoryName(java.lang.String outputDirectory)
Deprecated.Overridable by subclasses to create different directory names (e.g.void
generateReport(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:IReporter
Generate a report for the given suites into the specified output directory.- Specified by:
generateReport
in 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
-
-