Package org.testng.internal.ant
Class AntReporterConfig
java.lang.Object
org.testng.internal.ant.AntReporterConfig
Used with the <reporter> sub-element of the Ant task
NOTE: this class needs to be public. It's used by TestNG Ant task
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The class name of the reporter listenerprivate final List<AntReporterConfig.Property>
The properties of the reporter listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(AntReporterConfig.Property property) void
setClassName
(String className)
-
Field Details
-
className
The class name of the reporter listener -
properties
The properties of the reporter listener
-
-
Constructor Details
-
AntReporterConfig
public AntReporterConfig()
-
-
Method Details
-
addProperty
-
setClassName
-
serialize
-