Class GroupMatcherMethodSelector
java.lang.Object
org.apache.maven.surefire.testng.utils.GroupMatcherMethodSelector
- All Implemented Interfaces:
Serializable,org.testng.IMethodSelector
Method selector delegating to
GroupMatcher to decide if a method is included or not.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanincludeMethod(org.testng.IMethodSelectorContext context, org.testng.ITestNGMethod method, boolean isTestMethod) static voidsetGroupMatcher(GroupMatcher matcher) static voidvoidsetTestMethods(List<org.testng.ITestNGMethod> testMethods)
-
Constructor Details
-
GroupMatcherMethodSelector
public GroupMatcherMethodSelector()
-
-
Method Details
-
includeMethod
public boolean includeMethod(org.testng.IMethodSelectorContext context, org.testng.ITestNGMethod method, boolean isTestMethod) - Specified by:
includeMethodin interfaceorg.testng.IMethodSelector
-
setTestMethods
- Specified by:
setTestMethodsin interfaceorg.testng.IMethodSelector
-
setGroups
-
setGroupMatcher
-