Home
last modified time | relevance | path

Searched defs:getMethodsByGroups (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/main/java/org/testng/
DISuite.java62 public Map<String, Collection<ITestNGMethod>> getMethodsByGroups(); in getMethodsByGroups() method
DSuiteRunner.java455 public Map<String, Collection<ITestNGMethod>> getMethodsByGroups() { in getMethodsByGroups() method in SuiteRunner