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
AbstractXmlReporter. getConfig()
Methods in org.testng.reporters with parameters of type XMLReporterConfig Modifier and Type Method Description protected 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)
-