Package org.testng

Interface IReporter

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      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.
    • 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.