Uses of Interface
org.testng.IObjectFactory
-
Packages that use IObjectFactory Package Description org.testng org.testng.internal -
-
Uses of IObjectFactory in org.testng
Methods in org.testng that return IObjectFactory Modifier and Type Method Description IObjectFactoryISuite. getObjectFactory()IObjectFactorySuiteRunner. getObjectFactory() -
Uses of IObjectFactory in org.testng.internal
Classes in org.testng.internal that implement IObjectFactory Modifier and Type Class Description classObjectFactoryImplDefault factory for test creation.Methods in org.testng.internal with parameters of type IObjectFactory Modifier and Type Method Description static java.lang.ObjectClassHelper. createInstance1(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, IObjectFactory objectFactory)
-