Searched refs:getUniqueMethodSet (Results 1 – 1 of 1) sorted by relevance
133 Set<ITestNGMethod> groupMethods = getUniqueMethodSet(entry.getValue()); in writeSuiteGroups()192 private Set<ITestNGMethod> getUniqueMethodSet(Collection<ITestNGMethod> methods) { in getUniqueMethodSet() method in XMLReporter