Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/reporters/
DXMLReporter.java128 Map<String, Collection<ITestNGMethod>> methodsByGroups = suite.getMethodsByGroups(); in writeSuiteGroups() local
129 for (Map.Entry<String, Collection<ITestNGMethod>> entry : methodsByGroups.entrySet()) { in writeSuiteGroups()