Uses of Interface
org.testng.IMethodSelector
Packages that use IMethodSelector
-
Uses of IMethodSelector in org.testng.internal
Classes in org.testng.internal that implement IMethodSelectorModifier and TypeClassDescriptionclass
This class is the default method selector used by TestNG to determine which methods need to be included and excluded based on the specification given in testng.xml.Fields in org.testng.internal declared as IMethodSelectorModifier and TypeFieldDescriptionprivate final IMethodSelector
MethodSelectorDescriptor.m_methodSelector
Methods in org.testng.internal that return IMethodSelectorModifier and TypeMethodDescriptionstatic IMethodSelector
InstanceCreator.createSelector
(XmlMethodSelector selector) MethodSelectorDescriptor.getMethodSelector()
Methods in org.testng.internal with parameters of type IMethodSelectorModifier and TypeMethodDescriptionvoid
RunInfo.addMethodSelector
(IMethodSelector selector, int priority) Constructors in org.testng.internal with parameters of type IMethodSelector