Searched refs:includedGroups (Results 1 – 4 of 4) sorted by relevance
68 Map<String, String> includedGroups = m_includedGroups; in includeMethodFromIncludeExclude() local76 if (includedGroups.size() == 0 && excludedGroups.size() == 0 in includeMethodFromIncludeExclude()87 else if (includedGroups.size() == 0 && excludedGroups.size() == 0 && ! isTestMethod) in includeMethodFromIncludeExclude()284 public void setIncludedGroups(Map<String, String> includedGroups) { in setIncludedGroups() argument285 m_includedGroups = includedGroups; in setIncludedGroups()288 private static boolean isIncluded(String[] groups, Collection<String> includedGroups) { in isIncluded() argument289 if (includedGroups.size() == 0) { in isIncluded()293 return isMemberOf(groups, includedGroups); in isIncluded()
156 String[] includedGroups, in findGroupTransitiveClosure() argument165 for (String thisGroup : includedGroups) { in findGroupTransitiveClosure()
20 public void includedGroups() { in includedGroups() method in Test1
612 private final String includedGroups; field in EmailableReporter2.TestResult642 includedGroups = formatGroups(context.getIncludedGroups()); in TestResult()759 return includedGroups; in getIncludedGroups()