Uses of Class
org.testng.xml.XmlMethodSelector
-
Packages that use XmlMethodSelector Package Description org.testng org.testng.internal org.testng.xml -
-
Uses of XmlMethodSelector in org.testng
Fields in org.testng with type parameters of type XmlMethodSelector Modifier and Type Field Description private java.util.Set<XmlMethodSelector>TestNG. m_selectorsMethods in org.testng with parameters of type XmlMethodSelector Modifier and Type Method Description voidTestNG. addMethodSelector(XmlMethodSelector selector) -
Uses of XmlMethodSelector in org.testng.internal
Methods in org.testng.internal with parameters of type XmlMethodSelector Modifier and Type Method Description static IMethodSelectorInstanceCreator. createSelector(XmlMethodSelector selector) -
Uses of XmlMethodSelector in org.testng.xml
Fields in org.testng.xml declared as XmlMethodSelector Modifier and Type Field Description private XmlMethodSelectorTestNGContentHandler. m_currentSelectorFields in org.testng.xml with type parameters of type XmlMethodSelector Modifier and Type Field Description private java.util.ArrayList<XmlMethodSelector>TestNGContentHandler. m_currentSelectorsprivate java.util.List<XmlMethodSelector>XmlMethodSelectors. m_methodSelectorsprivate java.util.List<XmlMethodSelector>XmlSuite. m_methodSelectorsSuite level method selectors.private java.util.List<XmlMethodSelector>XmlTest. m_methodSelectorsMethods 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)
-