|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMethodSelector | |
---|---|
org.testng.internal |
Uses of IMethodSelector in org.testng.internal |
---|
Classes in org.testng.internal that implement IMethodSelector | |
---|---|
class |
XmlMethodSelector
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. |
Methods in org.testng.internal that return IMethodSelector | |
---|---|
static IMethodSelector |
ClassHelper.createSelector(XmlMethodSelector selector)
|
IMethodSelector |
MethodSelectorDescriptor.getMethodSelector()
|
Methods in org.testng.internal with parameters of type IMethodSelector | |
---|---|
void |
RunInfo.addMethodSelector(IMethodSelector selector,
int priority)
|
Constructors in org.testng.internal with parameters of type IMethodSelector | |
---|---|
MethodSelectorDescriptor(IMethodSelector selector,
int priority)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |