org.testng.reporters
Class JqReporter

java.lang.Object
  extended by org.testng.reporters.JqReporter
All Implemented Interfaces:
IReporter, ITestNGListener

public class JqReporter
extends Object
implements IReporter


Constructor Summary
JqReporter()
           
 
Method Summary
protected  String generateOutputDirectoryName(String outputDirectory)
          Overridable by subclasses to create different directory names (e.g.
 void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
          Generate a report for the given suites into the specified output directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JqReporter

public JqReporter()
Method Detail

generateReport

public void generateReport(List<XmlSuite> xmlSuites,
                           List<ISuite> suites,
                           String outputDirectory)
Description copied from interface: IReporter
Generate a report for the given suites into the specified output directory.

Specified by:
generateReport in interface IReporter

generateOutputDirectoryName

protected String generateOutputDirectoryName(String outputDirectory)
Overridable by subclasses to create different directory names (e.g. with timestamps).

Parameters:
outputDirectory - the output directory specified by the user


Copyright © 2015. All Rights Reserved.