org.testng.xml
Class XmlDependencies

java.lang.Object
  extended by org.testng.xml.XmlDependencies

public class XmlDependencies
extends Object


Constructor Summary
XmlDependencies()
           
 
Method Summary
 Map<String,String> getDependencies()
           
 void onGroup(String name, String dependsOn)
           
 String toXml(String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDependencies

public XmlDependencies()
Method Detail

onGroup

public void onGroup(String name,
                    String dependsOn)

getDependencies

public Map<String,String> getDependencies()

toXml

public String toXml(String indent)


Copyright © 2014. All Rights Reserved.