Class AntReporterConfig


  • public class AntReporterConfig
    extends java.lang.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 Detail

      • className

        protected java.lang.String className
        The class name of the reporter listener
    • Constructor Detail

      • AntReporterConfig

        public AntReporterConfig()
    • Method Detail

      • setClassName

        public void setClassName​(java.lang.String className)
      • serialize

        public java.lang.String serialize()