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 TypeMethodDescriptionvoid
addParameter
(String name, String value) boolean
int
getIndex()
getName()
int
hashCode()
void
setDescription
(String description) void
void
setParameters
(Map<String, String> parameters) void
setXmlClass
(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
-
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
-