org.testng.xml
Class XmlInclude

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

public class XmlInclude
extends Object


Constructor Summary
XmlInclude(String n)
           
XmlInclude(String n, int index)
           
XmlInclude(String n, List<Integer> list, int index)
           
 
Method Summary
 int getIndex()
           
 List<Integer> getInvocationNumbers()
           
 String getName()
           
 String toXml(String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlInclude

public XmlInclude(String n)

XmlInclude

public XmlInclude(String n,
                  int index)

XmlInclude

public XmlInclude(String n,
                  List<Integer> list,
                  int index)
Method Detail

getName

public String getName()

getInvocationNumbers

public List<Integer> getInvocationNumbers()

getIndex

public int getIndex()

toXml

public String toXml(String indent)


Copyright © 2010. All Rights Reserved.