public class MethodSelector
extends java.lang.Object
implements org.testng.IMethodSelector
| Modifier and Type | Field and Description |
|---|---|
private static TestListResolver |
testListResolver |
| Constructor and Description |
|---|
MethodSelector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
includeMethod(org.testng.IMethodSelectorContext context,
org.testng.ITestNGMethod testngMethod,
boolean isTestMethod) |
static void |
setTestListResolver(TestListResolver testListResolver) |
void |
setTestMethods(java.util.List arg0) |
private static boolean |
shouldRun(org.testng.ITestNGMethod test) |
private static volatile TestListResolver testListResolver
public void setTestMethods(java.util.List arg0)
setTestMethods in interface org.testng.IMethodSelectorpublic boolean includeMethod(org.testng.IMethodSelectorContext context,
org.testng.ITestNGMethod testngMethod,
boolean isTestMethod)
includeMethod in interface org.testng.IMethodSelectorpublic static void setTestListResolver(TestListResolver testListResolver)
private static boolean shouldRun(org.testng.ITestNGMethod test)