Package org.testng

Interface IReporter

    • Method Detail

      • generateReport

        default void generateReport​(java.util.List<XmlSuite> xmlSuites,
                                    java.util.List<ISuite> suites,
                                    java.lang.String outputDirectory)
        Generate a report for the given suites into the specified output directory.
        Parameters:
        xmlSuites - The list of XmlSuite
        suites - The list of ISuite
        outputDirectory - The output directory
      • getConfig

        default IReporterConfig getConfig()
        Get the reporter configuration object.

        NOTE: Reporter configuration objects must adhere to the JavaBean object conventions, providing getter and setter methods that conform to standard naming rules. This enables ReporterConfig to serialize, deserialize, and instantiate the reporter.

        Returns:
        reporter configuration object