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. reporterConfigsThe 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 ReporterConfigReporterConfig. deserialize(java.lang.String inputString)Methods in org.testng with parameters of type ReporterConfig Modifier and Type Method Description voidTestNGAntTask. addConfiguredReporter(ReporterConfig reporterConfig)private voidTestNG. addReporter(ReporterConfig reporterConfig)
-