Class ReporterConfig

java.lang.Object
org.testng.internal.ReporterConfig

public class ReporterConfig extends Object
Stores the information regarding the configuration of a pluggable report listener.
  • Field Details

    • className

      protected String className
      The class name of the reporter listener
    • properties

      protected final List<ReporterConfig.Property> properties
      The properties of the reporter listener
  • Constructor Details

  • Method Details

    • getClassName

      public String getClassName()
    • serialize

      public String serialize()
    • deserialize

      public static ReporterConfig deserialize(String inputString)
    • newReporterInstance

      public IReporter newReporterInstance()
      Creates a reporter based on the current configuration
    • toString

      public String toString()
      Overrides:
      toString in class Object