Package org.testng

Interface IReporter

    • Method Summary

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

        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.