org.testng.v6
Class TestPlan
java.lang.Object
org.testng.v6.TestPlan
public class TestPlan
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestPlan
public TestPlan(java.util.List<java.util.List<ITestNGMethod>> sequentialList,
java.util.List<ITestNGMethod> parallelList,
ClassMethodMap cmm,
ITestNGMethod[] beforeSuiteMethods,
ITestNGMethod[] afterSuiteMethods,
ConfigurationGroupMethods groupMethods,
XmlTest xmlTest)
init
public void init(IRunGroupFactory runGroupFactory)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2010. All Rights Reserved.