Uses of Interface
org.testng.IObjectFactory

Packages that use IObjectFactory
org.testng   
org.testng.internal   
org.testng.xml   
 

Uses of IObjectFactory in org.testng
 

Methods in org.testng that return IObjectFactory
 IObjectFactory ISuite.getObjectFactory()
           
 IObjectFactory SuiteRunner.getObjectFactory()
           
 

Methods in org.testng with parameters of type IObjectFactory
 void SuiteRunner.setObjectFactory(IObjectFactory objectFactory)
           
 

Constructors in org.testng with parameters of type IObjectFactory
SuiteRunner(XmlSuite suite, java.lang.String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, IAnnotationFinder[] finders, IObjectFactory factory, IMethodInterceptor methodInterceptor)
           
 

Uses of IObjectFactory in org.testng.internal
 

Classes in org.testng.internal that implement IObjectFactory
 class ObjectFactoryImpl
          Default factory for test creation.
 

Methods in org.testng.internal with parameters of type IObjectFactory
static java.lang.Object ClassHelper.createInstance(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, IObjectFactory objectFactory)
          Create an instance for the given class.
protected  IClass BaseClassFinder.findOrCreateIClass(java.lang.Class cls, java.lang.Object instance, XmlTest xmlTest, IAnnotationFinder annotationFinder, IObjectFactory objectFactory)
           
 

Constructors in org.testng.internal with parameters of type IObjectFactory
ClassImpl(java.lang.Class cls, java.lang.Object instance, java.util.Map<java.lang.Class,IClass> classes, XmlTest xmlTest, IAnnotationFinder annotationFinder, IObjectFactory objectFactory)
           
 

Uses of IObjectFactory in org.testng.xml
 

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

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



Copyright © 2010. All Rights Reserved.