Uses of Interface
org.testng.ITestObjectFactory
Packages that use ITestObjectFactory
-
Uses of ITestObjectFactory in org.testng
Subinterfaces of ITestObjectFactory in org.testngModifier and TypeInterfaceDescriptioninterfaceFactory used to create all test instances.interfaceFactory used to create all test instances.Methods in org.testng with parameters of type ITestObjectFactoryModifier and TypeMethodDescriptionvoidSuiteRunner.setObjectFactory(ITestObjectFactory objectFactory) voidTestNG.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 ObjectInstanceCreator.createInstance(Class<?> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory, boolean create, String errorMsgPrefix) protected IClassBaseClassFinder.findOrCreateIClass(ITestContext context, Class<?> cls, XmlClass xmlClass, Object instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) voidConfiguration.setObjectFactory(ITestObjectFactory factory) voidIConfiguration.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 TypeMethodDescriptionvoidXmlSuite.setObjectFactory(ITestObjectFactory objectFactory)