Uses of Interface
org.testng.ITestObjectFactory

Packages that use ITestObjectFactory
org.testng   
org.testng.xml   
 

Uses of ITestObjectFactory in org.testng
 

Subinterfaces of ITestObjectFactory in org.testng
 interface IObjectFactory
          Factory used to create all test instances.
 interface IObjectFactory2
          Factory used to create all test instances.
 

Methods in org.testng with parameters of type ITestObjectFactory
 void TestNG.setObjectFactory(ITestObjectFactory factory)
           
 void SuiteRunner.setObjectFactory(ITestObjectFactory objectFactory)
           
 

Uses of ITestObjectFactory in org.testng.xml
 

Methods in org.testng.xml that return ITestObjectFactory
 ITestObjectFactory XmlSuite.getObjectFactory()
           
 

Methods in org.testng.xml with parameters of type ITestObjectFactory
 void XmlSuite.setObjectFactory(ITestObjectFactory objectFactory)
           
 



Copyright © 2014. All Rights Reserved.