org.testng
Class DependencyMap

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

public class DependencyMap
extends Object

Helper class to keep track of dependencies.

Author:
Cedric Beust

Constructor Summary
DependencyMap(ITestNGMethod[] methods)
           
 
Method Summary
 ITestNGMethod getMethodDependingOn(String methodName, ITestNGMethod fromMethod)
           
 List<ITestNGMethod> getMethodsThatBelongTo(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 List<ITestNGMethod> getMethodsThatBelongTo(String group,
                                                  ITestNGMethod fromMethod)

getMethodDependingOn

public ITestNGMethod getMethodDependingOn(String methodName,
                                          ITestNGMethod fromMethod)


Copyright © 2011. All Rights Reserved.