Package org.testng.xml
Class XmlInclude
java.lang.Object
org.testng.xml.XmlInclude
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXmlInclude(String n) XmlInclude(String n, int index) XmlInclude(String n, List<Integer> list, int index) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInvocationNumbers(List<Integer> invocationNumberList) voidaddParameter(String name, String value) booleanintgetIndex()getName()inthashCode()voidsetDescription(String description) voidvoidsetParameters(Map<String, String> parameters) voidsetXmlClass(XmlClass xmlClass)
-
Field Details
-
m_name
-
m_invocationNumbers
-
m_index
private final int m_index -
m_description
-
m_parameters
-
m_xmlClass
-
-
Constructor Details
-
XmlInclude
public XmlInclude() -
XmlInclude
-
XmlInclude
-
XmlInclude
-
-
Method Details
-
setDescription
-
setParameters
-
getDescription
-
getName
-
setName
-
getInvocationNumbers
-
addInvocationNumbers
-
getIndex
public int getIndex() -
toXml
-
hashCode
public int hashCode() -
equals
-
addParameter
-
getLocalParameters
- Returns:
- the parameters defined in this test tag, and only this test tag. To retrieve the
inherited parameters as well, call
getAllParameters().
-
getAllParameters
- Returns:
- the parameters defined in this tag and the tags above it.
-
setXmlClass
-