Package org.testng.internal
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 String
The class name of the reporter listenerprotected final List<ReporterConfig.Property>
The properties of the reporter listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReporterConfig
deserialize
(String inputString) Creates a reporter based on the current configurationtoString()
-
Field Details
-
className
The class name of the reporter listener -
properties
The properties of the reporter listener
-
-
Constructor Details
-
ReporterConfig
-
-
Method Details