Class XmlPackage


  • public class XmlPackage
    extends Object
    This class describes the tag in testng.xml.
    • Constructor Detail

      • XmlPackage

        public XmlPackage()
      • XmlPackage

        public XmlPackage​(String name)
    • Method Detail

      • getExclude

        public List<String> getExclude()
        Returns:
        the exclude
      • setExclude

        public void setExclude​(List<String> exclude)
        Parameters:
        exclude - the exclude to set
      • getInclude

        public List<String> getInclude()
        Returns:
        the include
      • setInclude

        public void setInclude​(List<String> include)
        Parameters:
        include - the include to set
      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object