Searched defs:includedGroups (Results 1 – 4 of 4) sorted by relevance
68 Map<String, String> includedGroups = m_includedGroups; in includeMethodFromIncludeExclude() local284 public void setIncludedGroups(Map<String, String> includedGroups) { in setIncludedGroups() argument288 private static boolean isIncluded(String[] groups, Collection<String> includedGroups) { in isIncluded()
156 String[] includedGroups, in findGroupTransitiveClosure()
20 public void includedGroups() { in includedGroups() method in Test1
612 private final String includedGroups; field in EmailableReporter2.TestResult