org.apache.maven.surefire.testng.utils
Class GroupMatcherMethodSelector

java.lang.Object
  extended by org.apache.maven.surefire.testng.utils.GroupMatcherMethodSelector
All Implemented Interfaces:
Serializable, org.testng.IMethodSelector

public class GroupMatcherMethodSelector
extends Object
implements org.testng.IMethodSelector

See Also:
Serialized Form

Constructor Summary
GroupMatcherMethodSelector()
           
 
Method Summary
 boolean includeMethod(org.testng.IMethodSelectorContext context, org.testng.ITestNGMethod method, boolean isTestMethod)
           
static void setGroupMatcher(GroupMatcher matcher)
           
static void setGroups(String groups, String excludedGroups)
           
 void setTestMethods(List<org.testng.ITestNGMethod> testMethods)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupMatcherMethodSelector

public GroupMatcherMethodSelector()
Method Detail

includeMethod

public boolean includeMethod(org.testng.IMethodSelectorContext context,
                             org.testng.ITestNGMethod method,
                             boolean isTestMethod)
Specified by:
includeMethod in interface org.testng.IMethodSelector

setTestMethods

public void setTestMethods(List<org.testng.ITestNGMethod> testMethods)
Specified by:
setTestMethods in interface org.testng.IMethodSelector

setGroups

public static void setGroups(String groups,
                             String excludedGroups)

setGroupMatcher

public static void setGroupMatcher(GroupMatcher matcher)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.