Searched refs:getMethodsByGroups (Results 1 – 4 of 4) sorted by relevance
62 public Map<String, Collection<ITestNGMethod>> getMethodsByGroups(); in getMethodsByGroups() method
455 public Map<String, Collection<ITestNGMethod>> getMethodsByGroups() { in getMethodsByGroups() method in SuiteRunner
128 Map<String, Collection<ITestNGMethod>> methodsByGroups = suite.getMethodsByGroups(); in writeSuiteGroups()
508 Map<String, Collection<ITestNGMethod>> groups = suite.getMethodsByGroups(); in generateMethodsAndGroups()574 int groupCount = suite.getMethodsByGroups().size(); in generateTableOfContents()