Package org.testng
Class DependencyMap
- java.lang.Object
-
- org.testng.DependencyMap
-
public class DependencyMap extends java.lang.Object
Helper class to keep track of dependencies.
-
-
Constructor Summary
Constructors Constructor Description DependencyMap(ITestNGMethod[] methods)
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Constructor Detail
-
DependencyMap
public DependencyMap(ITestNGMethod[] methods)
-
-
Method Detail
-
getMethodsThatBelongTo
public java.util.List<ITestNGMethod> getMethodsThatBelongTo(java.lang.String group, ITestNGMethod fromMethod)
-
getMethodDependingOn
public ITestNGMethod getMethodDependingOn(java.lang.String methodName, ITestNGMethod fromMethod)
-
-