Uses of Interface
org.testng.IMethodSelector
-
Packages that use IMethodSelector Package Description org.testng.internal -
-
Uses of IMethodSelector in org.testng.internal
Classes in org.testng.internal that implement IMethodSelector Modifier and Type Class Description classXmlMethodSelectorThis 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 IMethodSelector Modifier and Type Field Description private IMethodSelectorMethodSelectorDescriptor. m_methodSelectorMethods in org.testng.internal that return IMethodSelector Modifier and Type Method Description static IMethodSelectorInstanceCreator. createSelector(XmlMethodSelector selector)IMethodSelectorMethodSelectorDescriptor. getMethodSelector()Methods in org.testng.internal with parameters of type IMethodSelector Modifier and Type Method Description voidRunInfo. addMethodSelector(IMethodSelector selector, int priority)Constructors in org.testng.internal with parameters of type IMethodSelector Constructor Description MethodSelectorDescriptor(IMethodSelector selector, int priority)
-