Class ReporterConfig
java.lang.Object
org.testng.internal.ReporterConfig
Stores the information regarding the configuration of a pluggable report listener.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe class name of the reporter listenerprotected final List<ReporterConfig.Property> The properties of the reporter listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReporterConfigdeserialize(String inputString) toString()
-
Field Details
-
className
The class name of the reporter listener -
properties
The properties of the reporter listener
-
-
Constructor Details
-
ReporterConfig
-
-
Method Details
-
getClassName
-
getProperties
-
serialize
-
deserialize
-
toString
-