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 voidTestNG. 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 voidXmlMethodSelectors. setMethodSelector(XmlMethodSelector xms)Method parameters in org.testng.xml with type arguments of type XmlMethodSelector Modifier and Type Method Description voidXmlSuite. setMethodSelectors(java.util.List<XmlMethodSelector> methodSelectors)Sets the method selectors.voidXmlTest. setMethodSelectors(java.util.List<XmlMethodSelector> methodSelectors)
-