|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.testng.DependencyMap
public class DependencyMap
Helper class to keep track of dependencies.
| Constructor Summary | |
|---|---|
DependencyMap(ITestNGMethod[] methods)
|
|
| Method Summary | |
|---|---|
ITestNGMethod |
getMethodDependingOn(java.lang.String methodName,
ITestNGMethod fromMethod)
|
java.util.List<ITestNGMethod> |
getMethodsThatBelongTo(java.lang.String group,
ITestNGMethod fromMethod)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DependencyMap(ITestNGMethod[] methods)
| Method Detail |
|---|
public java.util.List<ITestNGMethod> getMethodsThatBelongTo(java.lang.String group,
ITestNGMethod fromMethod)
public ITestNGMethod getMethodDependingOn(java.lang.String methodName,
ITestNGMethod fromMethod)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||