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 XMLReporterConfig
AbstractXmlReporter. config
private XMLReporterConfig
XMLSuiteResultWriter. config
Methods in org.testng.reporters that return XMLReporterConfig Modifier and Type Method Description XMLReporterConfig
AbstractXmlReporter. getConfig()
Methods in org.testng.reporters with parameters of type XMLReporterConfig Modifier and Type Method Description static void
XMLReporter. addDurationAttributes(XMLReporterConfig config, java.util.Properties attributes, java.util.Date minStartDate, java.util.Date maxEndDate)
Deprecated.- This method stands deprecated as of TestNG7.8.0
Add started-at, finished-at and duration-ms attributes to the<suite>
tagprotected static void
AbstractXmlReporter. setDurationAttributes(XMLReporterConfig config, java.util.Properties attributes, java.util.Date minStartDate, java.util.Date maxEndDate)
Constructors in org.testng.reporters with parameters of type XMLReporterConfig Constructor Description XMLSuiteResultWriter(XMLReporterConfig config, ICustomizeXmlReport customizer)
-