Uses of Class
org.testng.xml.XmlMethodSelector
-
Packages that use XmlMethodSelector Package Description org.testng org.testng.xml -
-
Uses of XmlMethodSelector in org.testng
Methods in org.testng with parameters of type XmlMethodSelector Modifier and Type Method Description void
TestNG. addMethodSelector(XmlMethodSelector selector)
-
Uses of XmlMethodSelector in org.testng.xml
Methods in org.testng.xml that return types with arguments of type XmlMethodSelector Modifier and Type Method Description java.util.List<XmlMethodSelector>
XmlMethodSelectors. getMethodSelectors()
java.util.List<XmlMethodSelector>
XmlSuite. getMethodSelectors()
Returns the method selectors.java.util.List<XmlMethodSelector>
XmlTest. getMethodSelectors()
Methods in org.testng.xml with parameters of type XmlMethodSelector Modifier and Type Method Description void
XmlMethodSelectors. setMethodSelector(XmlMethodSelector xms)
Method parameters in org.testng.xml with type arguments of type XmlMethodSelector Modifier and Type Method Description void
XmlSuite. setMethodSelectors(java.util.List<XmlMethodSelector> methodSelectors)
Sets the method selectors.void
XmlTest. setMethodSelectors(java.util.List<XmlMethodSelector> methodSelectors)
-