Class AntReporterConfig

java.lang.Object
org.testng.internal.ant.AntReporterConfig

public class AntReporterConfig extends Object
Used with the <reporter> sub-element of the Ant task

NOTE: this class needs to be public. It's used by TestNG Ant task

  • Field Details

    • className

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

      private final List<AntReporterConfig.Property> properties
      The properties of the reporter listener
  • Constructor Details

    • AntReporterConfig

      public AntReporterConfig()
  • Method Details