Class SuiteHTMLReporter

java.lang.Object
org.testng.reporters.SuiteHTMLReporter
All Implemented Interfaces:
IReporter, ITestNGListener

@Deprecated public class SuiteHTMLReporter extends Object implements IReporter
Deprecated.
- This reporter is deprecated as of TestNG 7.9.0 in favour of Main
This class implements an HTML reporter for suites.
  • Field Details

  • Constructor Details

    • SuiteHTMLReporter

      public SuiteHTMLReporter()
      Deprecated.
  • Method Details

    • generateReport

      public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
      Deprecated.
      Description copied from interface: IReporter
      Generate a report for the given suites into the specified output directory.
      Specified by:
      generateReport in interface IReporter
      Parameters:
      xmlSuites - The list of XmlSuite
      suites - The list of ISuite
      outputDirectory - The output directory
    • generateOutputDirectoryName

      protected String generateOutputDirectoryName(String outputDirectory)
      Deprecated.
      Overridable by subclasses to create different directory names (e.g. with timestamps).
      Parameters:
      outputDirectory - the output directory specified by the user
      Returns:
      the name of the output directory of the report