Uses of Class
org.testng.reporters.XMLReporterConfig
-
Packages that use XMLReporterConfig Package Description org.testng.reporters -
-
Uses of XMLReporterConfig in org.testng.reporters
Fields in org.testng.reporters declared as XMLReporterConfig Modifier and Type Field Description private XMLReporterConfigXMLReporter. configprivate XMLReporterConfigXMLSuiteResultWriter. configMethods in org.testng.reporters that return XMLReporterConfig Modifier and Type Method Description XMLReporterConfigXMLReporter. getConfig()Methods in org.testng.reporters with parameters of type XMLReporterConfig Modifier and Type Method Description static voidXMLReporter. addDurationAttributes(XMLReporterConfig config, java.util.Properties attributes, java.util.Date minStartDate, java.util.Date maxEndDate)Add started-at, finished-at and duration-ms attributes to the<suite>tagConstructors in org.testng.reporters with parameters of type XMLReporterConfig Constructor Description XMLSuiteResultWriter(XMLReporterConfig config, ICustomizeXmlReport customizer)
-