Uses of Interface
org.testng.ITestObjectFactory
Packages that use ITestObjectFactory
-
Uses of ITestObjectFactory in org.testng
Subinterfaces of ITestObjectFactory in org.testngModifier and TypeInterfaceDescriptioninterface
Factory used to create all test instances.interface
Factory used to create all test instances.Methods in org.testng with parameters of type ITestObjectFactoryModifier and TypeMethodDescriptionvoid
SuiteRunner.setObjectFactory
(ITestObjectFactory objectFactory) void
TestNG.setObjectFactory
(ITestObjectFactory factory) -
Uses of ITestObjectFactory in org.testng.internal
Classes in org.testng.internal that implement ITestObjectFactoryMethods in org.testng.internal that return ITestObjectFactoryModifier and TypeMethodDescriptionConfiguration.getObjectFactory()
IConfiguration.getObjectFactory()
Methods in org.testng.internal with parameters of type ITestObjectFactoryModifier and TypeMethodDescriptionstatic Object
InstanceCreator.createInstance
(Class<?> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory, boolean create, String errorMsgPrefix) protected IClass
BaseClassFinder.findOrCreateIClass
(ITestContext context, Class<?> cls, XmlClass xmlClass, Object instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) void
Configuration.setObjectFactory
(ITestObjectFactory factory) void
IConfiguration.setObjectFactory
(ITestObjectFactory m_objectFactory) Constructors in org.testng.internal with parameters of type ITestObjectFactoryModifierConstructorDescriptionClassImpl
(ITestContext context, Class<?> cls, XmlClass xmlClass, Object instance, Map<Class<?>, IClass> classes, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) -
Uses of ITestObjectFactory in org.testng.internal.objects.pojo
Methods in org.testng.internal.objects.pojo that return ITestObjectFactoryMethods in org.testng.internal.objects.pojo with parameters of type ITestObjectFactory -
Uses of ITestObjectFactory in org.testng.xml
Methods in org.testng.xml that return ITestObjectFactoryMethods in org.testng.xml with parameters of type ITestObjectFactoryModifier and TypeMethodDescriptionvoid
XmlSuite.setObjectFactory
(ITestObjectFactory objectFactory)