Class MethodSelector
- java.lang.Object
-
- org.apache.maven.surefire.testng.utils.MethodSelector
-
- All Implemented Interfaces:
org.testng.IMethodSelector
public class MethodSelector extends java.lang.Object implements org.testng.IMethodSelectorFor internal use only- Since:
- 2.7.3
- Author:
- Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description MethodSelector()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanincludeMethod(org.testng.IMethodSelectorContext context, org.testng.ITestNGMethod testngMethod, boolean isTestMethod)static voidsetTestListResolver(org.apache.maven.surefire.api.testset.TestListResolver testListResolver)voidsetTestMethods(java.util.List arg0)
-
-
-
Method Detail
-
setTestMethods
public void setTestMethods(java.util.List arg0)
- Specified by:
setTestMethodsin interfaceorg.testng.IMethodSelector
-
includeMethod
public boolean includeMethod(org.testng.IMethodSelectorContext context, org.testng.ITestNGMethod testngMethod, boolean isTestMethod)- Specified by:
includeMethodin interfaceorg.testng.IMethodSelector
-
setTestListResolver
public static void setTestListResolver(org.apache.maven.surefire.api.testset.TestListResolver testListResolver)
-
-