Searched refs:excludedGroups (Results 1 – 8 of 8) sorted by relevance
31 private void runTest(String group, String excludedGroups, List<String> methods) { in runTest() argument36 if (excludedGroups != null) tng.setExcludedGroups(excludedGroups); in runTest()
69 Map<String, String> excludedGroups = m_excludedGroups; in includeMethodFromIncludeExclude() local76 if (includedGroups.size() == 0 && excludedGroups.size() == 0 in includeMethodFromIncludeExclude()87 else if (includedGroups.size() == 0 && excludedGroups.size() == 0 && ! isTestMethod) in includeMethodFromIncludeExclude()277 public void setExcludedGroups(Map<String, String> excludedGroups) { in setExcludedGroups() argument278 m_excludedGroups = excludedGroups; in setExcludedGroups()297 private static boolean isExcluded(String[] groups, Collection<String> excludedGroups) { in isExcluded() argument298 return isMemberOf(groups, excludedGroups); in isExcluded()
20 public OverrideProcessor(String[] groups, String[] excludedGroups) { in OverrideProcessor() argument22 m_excludedGroups = excludedGroups; in OverrideProcessor()
39 public String excludedGroups; field in CommandLineArgs
94 public void excludedGroups() { in excludedGroups() method in Test1
613 private final String excludedGroups; field in EmailableReporter2.TestResult643 excludedGroups = formatGroups(context.getExcludedGroups()); in TestResult()763 return excludedGroups; in getExcludedGroups()
29 public String excludedGroups; field in CommandLineArgs
1439 setExcludedGroups(cla.excludedGroups); in configure()1576 result.excludedGroups = (String) cmdLineArgs.get(CommandLineArgs.EXCLUDED_GROUPS); in configure()1749 String excludedGroups = args.excludedGroups; in validateCommandLineParameters() local1752 (null != groups || null != excludedGroups) && testClasses == null in validateCommandLineParameters()