Uses of Interface
org.testng.IObjectFactory2
-
Packages that use IObjectFactory2 Package Description org.testng org.testng.internal -
-
Uses of IObjectFactory2 in org.testng
Methods in org.testng that return IObjectFactory2 Modifier and Type Method Description IObjectFactory2ISuite. getObjectFactory2()IObjectFactory2SuiteRunner. getObjectFactory2() -
Uses of IObjectFactory2 in org.testng.internal
Methods in org.testng.internal with parameters of type IObjectFactory2 Modifier and Type Method Description private static java.lang.ObjectInstanceCreator. createInstanceUsingObjectFactory(java.lang.Class<?> declaringClass, IObjectFactory2 objectFactory)
-