Uses of Interface
org.testng.ITestObjectFactory
-
Packages that use ITestObjectFactory Package Description org.testng org.testng.internal org.testng.xml -
-
Uses of ITestObjectFactory in org.testng
Subinterfaces of ITestObjectFactory in org.testng Modifier and Type Interface Description interfaceIObjectFactoryFactory used to create all test instances.interfaceIObjectFactory2Factory used to create all test instances.Fields in org.testng declared as ITestObjectFactory Modifier and Type Field Description private ITestObjectFactoryTestNG. m_objectFactoryprivate ITestObjectFactorySuiteRunner. objectFactoryMethods in org.testng with parameters of type ITestObjectFactory Modifier and Type Method Description voidSuiteRunner. setObjectFactory(ITestObjectFactory objectFactory)voidTestNG. setObjectFactory(ITestObjectFactory factory) -
Uses of ITestObjectFactory in org.testng.internal
Classes in org.testng.internal that implement ITestObjectFactory Modifier and Type Class Description classObjectFactoryImplDefault factory for test creation.Fields in org.testng.internal declared as ITestObjectFactory Modifier and Type Field Description private ITestObjectFactoryClassImpl. m_objectFactoryprivate ITestObjectFactoryConfiguration. m_objectFactoryprivate ITestObjectFactoryFactoryMethod. objectFactoryprivate ITestObjectFactoryTestNGClassFinder. objectFactoryMethods in org.testng.internal that return ITestObjectFactory Modifier and Type Method Description private ITestObjectFactoryTestNGClassFinder. createObjectFactory(java.util.Set<java.lang.Class<?>> allClasses)ITestObjectFactoryConfiguration. getObjectFactory()ITestObjectFactoryIConfiguration. getObjectFactory()Methods in org.testng.internal with parameters of type ITestObjectFactory Modifier and Type Method Description static java.lang.ObjectClassHelper. createInstance(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory)Create an instance for the given class.protected IClassBaseClassFinder. findOrCreateIClass(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, java.lang.Object instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)protected IClassBaseClassFinder. findOrCreateIClass(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, java.lang.Object instance, XmlTest xmlTest, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)Deprecated.- This method stands deprecated as of TestNG v6.13voidConfiguration. setObjectFactory(ITestObjectFactory factory)voidIConfiguration. setObjectFactory(ITestObjectFactory m_objectFactory)Constructors in org.testng.internal with parameters of type ITestObjectFactory Constructor Description ClassImpl(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, java.lang.Object instance, java.util.Map<java.lang.Class<?>,IClass> classes, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)ClassImpl(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, java.lang.Object instance, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)Deprecated.- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13FactoryMethod(ConstructorOrMethod com, java.lang.Object instance, IAnnotationFinder annotationFinder, ITestContext testContext, ITestObjectFactory objectFactory, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)FactoryMethod(ConstructorOrMethod com, java.lang.Object instance, XmlTest xmlTest, IAnnotationFinder annotationFinder, ITestContext testContext, ITestObjectFactory objectFactory)Deprecated.- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13FactoryMethod(ConstructorOrMethod com, java.lang.Object instance, XmlTest xmlTest, IAnnotationFinder annotationFinder, ITestContext testContext, ITestObjectFactory objectFactory, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)Deprecated.- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13 -
Uses of ITestObjectFactory in org.testng.xml
Fields in org.testng.xml declared as ITestObjectFactory Modifier and Type Field Description private ITestObjectFactoryXmlSuite. m_objectFactoryMethods in org.testng.xml that return ITestObjectFactory Modifier and Type Method Description ITestObjectFactoryXmlSuite. getObjectFactory()Methods in org.testng.xml with parameters of type ITestObjectFactory Modifier and Type Method Description voidXmlSuite. setObjectFactory(ITestObjectFactory objectFactory)
-