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.Fields in org.testng declared as ITestObjectFactoryModifier and TypeFieldDescriptionprivate ITestObjectFactory
TestNG.m_objectFactory
private ITestObjectFactory
SuiteRunner.objectFactory
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 ITestObjectFactoryFields in org.testng.internal declared as ITestObjectFactoryModifier and TypeFieldDescriptionprivate final ITestObjectFactory
ClassImpl.m_objectFactory
private ITestObjectFactory
Configuration.m_objectFactory
private final ITestObjectFactory
FactoryMethod.objectFactory
private final ITestObjectFactory
TestNGClassFinder.objectFactory
Methods in org.testng.internal that return ITestObjectFactoryModifier and TypeMethodDescriptionprivate ITestObjectFactory
TestNGClassFinder.createObjectFactory
(Set<Class<?>> allClasses) Configuration.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) (package private)
FactoryMethod
(ConstructorOrMethod com, Object instance, IAnnotationFinder annotationFinder, ITestContext testContext, ITestObjectFactory objectFactory, DataProviderHolder holder) -
Uses of ITestObjectFactory in org.testng.internal.objects.pojo
Fields in org.testng.internal.objects.pojo declared as ITestObjectFactoryMethods 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
Fields in org.testng.xml declared as ITestObjectFactoryMethods in org.testng.xml that return ITestObjectFactoryMethods in org.testng.xml with parameters of type ITestObjectFactoryModifier and TypeMethodDescriptionvoid
XmlSuite.setObjectFactory
(ITestObjectFactory objectFactory)