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.Fields in org.testng declared as ITestObjectFactoryModifier and TypeFieldDescriptionprivate ITestObjectFactoryTestNG.m_objectFactoryprivate ITestObjectFactorySuiteRunner.objectFactoryMethods 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 ITestObjectFactoryFields in org.testng.internal declared as ITestObjectFactoryModifier and TypeFieldDescriptionprivate final ITestObjectFactoryClassImpl.m_objectFactoryprivate ITestObjectFactoryConfiguration.m_objectFactoryprivate final ITestObjectFactoryFactoryMethod.objectFactoryprivate final ITestObjectFactoryTestNGClassFinder.objectFactoryMethods in org.testng.internal that return ITestObjectFactoryModifier and TypeMethodDescriptionprivate ITestObjectFactoryTestNGClassFinder.createObjectFactory(Set<Class<?>> allClasses) Configuration.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) (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 TypeMethodDescriptionvoidXmlSuite.setObjectFactory(ITestObjectFactory objectFactory)