Uses of Class
org.testng.reporters.XMLReporterConfig
Packages that use XMLReporterConfig
-
Uses of XMLReporterConfig in org.testng.reporters
Fields in org.testng.reporters declared as XMLReporterConfigModifier and TypeFieldDescriptionprivate final XMLReporterConfigAbstractXmlReporter.configprivate final XMLReporterConfigXMLSuiteResultWriter.configMethods in org.testng.reporters that return XMLReporterConfigMethods in org.testng.reporters with parameters of type XMLReporterConfigModifier and TypeMethodDescriptionstatic voidXMLReporter.addDurationAttributes(XMLReporterConfig config, Properties attributes, Date minStartDate, Date maxEndDate) Deprecated.protected static voidAbstractXmlReporter.setDurationAttributes(XMLReporterConfig config, Properties attributes, Date minStartDate, Date maxEndDate) Constructors in org.testng.reporters with parameters of type XMLReporterConfigModifierConstructorDescriptionXMLSuiteResultWriter(XMLReporterConfig config, ICustomizeXmlReport customizer)
7.8.0Add started-at, finished-at and duration-ms attributes to the<suite>tag