org.testng.reporters
Class JUnitReportReporter

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

public class JUnitReportReporter
extends java.lang.Object
implements IReporter


Constructor Summary
JUnitReportReporter()
           
 
Method Summary
 void generateReport(java.util.List<XmlSuite> xmlSuites, java.util.List<ISuite> suites, java.lang.String defaultOutputDirectory)
          Generate a report for the given suites into the specified output directory.
protected  java.lang.String getFileName(java.lang.Class cls)
           
protected  java.lang.String getTestName(ITestResult tr)
           
 
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(java.util.List<XmlSuite> xmlSuites,
                           java.util.List<ISuite> suites,
                           java.lang.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

getFileName

protected java.lang.String getFileName(java.lang.Class cls)

getTestName

protected java.lang.String getTestName(ITestResult tr)


Copyright © 2011. All Rights Reserved.