Class GroupMatcherMethodSelector

  • All Implemented Interfaces:
    Serializable, org.testng.IMethodSelector

    public class GroupMatcherMethodSelector
    extends Object
    implements org.testng.IMethodSelector
    Method selector delegating to GroupMatcher to decide if a method is included or not.
    See Also:
    Serialized Form
    • 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)