org.testng.v6
Class TestPlan

java.lang.Object
  extended by org.testng.v6.TestPlan

public class TestPlan
extends java.lang.Object


Constructor Summary
TestPlan(java.util.List<java.util.List<ITestNGMethod>> sequentialList, java.util.List<ITestNGMethod> parallelList, ClassMethodMap cmm, ITestNGMethod[] beforeSuiteMethods, ITestNGMethod[] afterSuiteMethods, ConfigurationGroupMethods groupMethods, XmlTest xmlTest)
           
 
Method Summary
 void init(IRunGroupFactory runGroupFactory)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

init

public void init(IRunGroupFactory runGroupFactory)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.