Uses of Class
org.testng.ReporterConfig
-
Packages that use ReporterConfig Package Description org.testng -
-
Uses of ReporterConfig in org.testng
Fields in org.testng with type parameters of type ReporterConfig Modifier and Type Field Description private java.util.List<ReporterConfig>
TestNGAntTask. reporterConfigs
The list of report listeners added via <reporter> sub-element of the Ant taskMethods in org.testng that return ReporterConfig Modifier and Type Method Description static ReporterConfig
ReporterConfig. deserialize(java.lang.String inputString)
Methods in org.testng with parameters of type ReporterConfig Modifier and Type Method Description void
TestNGAntTask. addConfiguredReporter(ReporterConfig reporterConfig)
private void
TestNG. addReporter(ReporterConfig reporterConfig)
-