org.testng
Class DependencyMap

java.lang.Object
  extended by org.testng.DependencyMap

public class DependencyMap
extends java.lang.Object

Helper class to keep track of dependencies.

Author:
Cedric Beust

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

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)


Copyright © 2011. All Rights Reserved.