Uses of Class
org.testng.xml.XmlMethodSelectors
-
Packages that use XmlMethodSelectors Package Description org.testng.xml -
-
Uses of XmlMethodSelectors in org.testng.xml
Fields in org.testng.xml declared as XmlMethodSelectors Modifier and Type Field Description private XmlMethodSelectors
XmlSuite. m_xmlMethodSelectors
Methods in org.testng.xml that return XmlMethodSelectors Modifier and Type Method Description XmlMethodSelectors
XmlSuite. getXmlMethodSelectors()
Methods in org.testng.xml with parameters of type XmlMethodSelectors Modifier and Type Method Description void
XmlSuite. setMethodSelectors(XmlMethodSelectors xms)
void
XmlSuite. setXmlMethodSelectors(XmlMethodSelectors xms)
-