Searched defs:outGroups (Results 1 - 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
H A DMethodGroupsHelper.java157 Set<String> outGroups, Set<ITestNGMethod> outMethods)
222 outGroups.addAll(runningGroups.keySet());
153 findGroupTransitiveClosure(XmlMethodSelector xms, List<ITestNGMethod> includedMethods, List<ITestNGMethod> allMethods, String[] includedGroups, Set<String> outGroups, Set<ITestNGMethod> outMethods) argument

Completed in 196 milliseconds