Home
last modified time | relevance | path

Searched refs:getUniqueMethodSet (Results 1 – 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/reporters/
DXMLReporter.java133 Set<ITestNGMethod> groupMethods = getUniqueMethodSet(entry.getValue()); in writeSuiteGroups()
192 private Set<ITestNGMethod> getUniqueMethodSet(Collection<ITestNGMethod> methods) { in getUniqueMethodSet() method in XMLReporter