Uses of Class
org.testng.xml.XmlMethodSelector
Packages that use XmlMethodSelector
-
Uses of XmlMethodSelector in org.testng
Fields in org.testng with type parameters of type XmlMethodSelectorMethods in org.testng with parameters of type XmlMethodSelector -
Uses of XmlMethodSelector in org.testng.internal
Methods in org.testng.internal with parameters of type XmlMethodSelectorModifier and TypeMethodDescriptionstatic IMethodSelectorInstanceCreator.createSelector(XmlMethodSelector selector) -
Uses of XmlMethodSelector in org.testng.xml
Fields in org.testng.xml declared as XmlMethodSelectorModifier and TypeFieldDescriptionprivate XmlMethodSelectorTestNGContentHandler.m_currentSelectorFields in org.testng.xml with type parameters of type XmlMethodSelectorModifier and TypeFieldDescriptionprivate ArrayList<XmlMethodSelector>TestNGContentHandler.m_currentSelectorsprivate List<XmlMethodSelector>XmlMethodSelectors.m_methodSelectorsprivate List<XmlMethodSelector>XmlSuite.m_methodSelectorsSuite level method selectors.private List<XmlMethodSelector>XmlTest.m_methodSelectorsMethods in org.testng.xml that return types with arguments of type XmlMethodSelectorModifier and TypeMethodDescriptionXmlMethodSelectors.getMethodSelectors()XmlSuite.getMethodSelectors()Returns the method selectors.XmlTest.getMethodSelectors()Methods in org.testng.xml with parameters of type XmlMethodSelectorModifier and TypeMethodDescriptionvoidXmlMethodSelectors.setMethodSelector(XmlMethodSelector xms) Method parameters in org.testng.xml with type arguments of type XmlMethodSelectorModifier and TypeMethodDescriptionvoidXmlSuite.setMethodSelectors(List<XmlMethodSelector> methodSelectors) Sets the method selectors.voidXmlTest.setMethodSelectors(List<XmlMethodSelector> methodSelectors)