public class DependencyMap
extends java.lang.Object
| Constructor | Description |
|---|---|
DependencyMap(ITestNGMethod[] methods) |
| Modifier and Type | Method | Description |
|---|---|---|
ITestNGMethod |
getMethodDependingOn(java.lang.String methodName,
ITestNGMethod fromMethod) |
|
java.util.List<ITestNGMethod> |
getMethodsThatBelongTo(java.lang.String group,
ITestNGMethod fromMethod) |
public DependencyMap(ITestNGMethod[] methods)
public java.util.List<ITestNGMethod> getMethodsThatBelongTo(java.lang.String group, ITestNGMethod fromMethod)
public ITestNGMethod getMethodDependingOn(java.lang.String methodName, ITestNGMethod fromMethod)