public class DependencyMap extends Object
Constructor and Description |
---|
DependencyMap(ITestNGMethod[] methods) |
Modifier and Type | Method and Description |
---|---|
ITestNGMethod |
getMethodDependingOn(String methodName,
ITestNGMethod fromMethod) |
List<ITestNGMethod> |
getMethodsThatBelongTo(String group,
ITestNGMethod fromMethod) |
public DependencyMap(ITestNGMethod[] methods)
public List<ITestNGMethod> getMethodsThatBelongTo(String group, ITestNGMethod fromMethod)
public ITestNGMethod getMethodDependingOn(String methodName, ITestNGMethod fromMethod)
Copyright © 2014. All Rights Reserved.