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_selectors
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.internal
Methods in org.testng.internal with parameters of type XmlMethodSelector Modifier and Type Method Description static IMethodSelector
InstanceCreator. createSelector(XmlMethodSelector selector)
-
Uses of XmlMethodSelector in org.testng.xml
Fields in org.testng.xml declared as XmlMethodSelector Modifier and Type Field Description private XmlMethodSelector
TestNGContentHandler. m_currentSelector
Fields in org.testng.xml with type parameters of type XmlMethodSelector Modifier and Type Field Description private java.util.ArrayList<XmlMethodSelector>
TestNGContentHandler. m_currentSelectors
private java.util.List<XmlMethodSelector>
XmlMethodSelectors. m_methodSelectors
private java.util.List<XmlMethodSelector>
XmlSuite. m_methodSelectors
Suite level method selectors.private java.util.List<XmlMethodSelector>
XmlTest. m_methodSelectors
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)
-