Uses of Class
org.testng.reporters.XMLReporterConfig
-
Packages that use XMLReporterConfig Package Description org.testng.reporters -
-
Uses of XMLReporterConfig in org.testng.reporters
Methods in org.testng.reporters that return XMLReporterConfig Modifier and Type Method Description XMLReporterConfig
XMLReporter. 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)
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)
-