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 XMLReporterConfig
XMLReporter.config
private final XMLReporterConfig
XMLSuiteResultWriter.config
Methods in org.testng.reporters that return XMLReporterConfigMethods in org.testng.reporters with parameters of type XMLReporterConfigModifier and TypeMethodDescriptionstatic void
XMLReporter.addDurationAttributes
(XMLReporterConfig config, Properties attributes, Date minStartDate, Date maxEndDate) Add started-at, finished-at and duration-ms attributes to the<suite>
tagConstructors in org.testng.reporters with parameters of type XMLReporterConfigModifierConstructorDescriptionXMLSuiteResultWriter
(XMLReporterConfig config, ICustomizeXmlReport customizer)