Class XMLReporter

    • Constructor Detail

      • XMLReporter

        public XMLReporter()
    • Method Detail

      • generateReport

        public void generateReport​(java.util.List<XmlSuite> xmlSuites,
                                   java.util.List<ISuite> suites,
                                   java.lang.String outputDirectory)
        Description copied from interface: IReporter
        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
      • addDurationAttributes

        @Deprecated
        public static void addDurationAttributes​(XMLReporterConfig config,
                                                 java.util.Properties attributes,
                                                 java.util.Date minStartDate,
                                                 java.util.Date maxEndDate)
        Deprecated.
        - This method stands deprecated as of TestNG 7.8.0 Add started-at, finished-at and duration-ms attributes to the <suite> tag
        Parameters:
        config - The reporter config
        attributes - The properties
        minStartDate - The minimum start date
        maxEndDate - The maximum end date