org.testng.reporters.jq
Class Main

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

public class Main
extends Object
implements IReporter


Constructor Summary
Main()
           
 
Method Summary
 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

Main

public Main()
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


Copyright © 2012. All Rights Reserved.