Package org.testng.xml
Class XmlRun
- java.lang.Object
-
- org.testng.xml.XmlRun
-
public class XmlRun extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlRun()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getExcludes()
List<String>
getIncludes()
void
onExclude(String name)
void
onInclude(String name)
String
toXml(String indent)
-