org.testng.reporters
Class JUnitReportReporter

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

public class JUnitReportReporter
extends Object
implements IReporter


Constructor Summary
JUnitReportReporter()
           
 
Method Summary
 void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String defaultOutputDirectory)
          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

JUnitReportReporter

public JUnitReportReporter()
Method Detail

generateReport

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

Specified by:
generateReport in interface IReporter


Copyright © 2011. All Rights Reserved.