Class MethodSelector
java.lang.Object
org.apache.maven.surefire.testng.utils.MethodSelector
- All Implemented Interfaces:
Serializable
,org.testng.IMethodSelector
For internal use only
- Since:
- 2.7.3
- Author:
- Olivier Lamy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
includeMethod
(org.testng.IMethodSelectorContext context, org.testng.ITestNGMethod testngMethod, boolean isTestMethod) static void
setTestListResolver
(TestListResolver testListResolver) void
setTestMethods
(List arg0)
-
Constructor Details
-
MethodSelector
public MethodSelector()
-
-
Method Details
-
setTestMethods
- Specified by:
setTestMethods
in interfaceorg.testng.IMethodSelector
-
includeMethod
public boolean includeMethod(org.testng.IMethodSelectorContext context, org.testng.ITestNGMethod testngMethod, boolean isTestMethod) - Specified by:
includeMethod
in interfaceorg.testng.IMethodSelector
-
setTestListResolver
-