Uses of Class
org.testng.internal.ReporterConfig.Property
-
Packages that use ReporterConfig.Property Package Description org.testng.internal org.testng.reporters -
-
Uses of ReporterConfig.Property in org.testng.internal
Fields in org.testng.internal with type parameters of type ReporterConfig.Property Modifier and Type Field Description protected java.util.List<ReporterConfig.Property>
ReporterConfig. properties
The properties of the reporter listenerMethods in org.testng.internal that return types with arguments of type ReporterConfig.Property Modifier and Type Method Description java.util.List<ReporterConfig.Property>
ReporterConfig. getProperties()
Constructor parameters in org.testng.internal with type arguments of type ReporterConfig.Property Constructor Description ReporterConfig(java.lang.String className, java.util.List<ReporterConfig.Property> properties)
-
Uses of ReporterConfig.Property in org.testng.reporters
Method parameters in org.testng.reporters with type arguments of type ReporterConfig.Property Modifier and Type Method Description default void
IReporterConfig. setProperties(java.util.List<ReporterConfig.Property> properties)
-