Searched refs:getMethodsThatBelongTo (Results 1 – 2 of 2) sorted by relevance
31 public List<ITestNGMethod> getMethodsThatBelongTo(String group, ITestNGMethod fromMethod) { in getMethodsThatBelongTo() method in DependencyMap
1072 List<ITestNGMethod> dg = dependencyMap.getMethodsThatBelongTo(d, m); in createDynamicGraph()