Uses of Interface
org.testng.IInjectorFactory
-
Packages that use IInjectorFactory Package Description org.testng org.testng.internal -
-
Uses of IInjectorFactory in org.testng
Methods in org.testng that return IInjectorFactory Modifier and Type Method Description default IInjectorFactory
ITestContext. getInjectorFactory()
IInjectorFactory
TestRunner. getInjectorFactory()
Methods in org.testng with parameters of type IInjectorFactory Modifier and Type Method Description static com.google.inject.Injector
GuiceHelper. createInjector(com.google.inject.Injector parent, ITestContext context, IInjectorFactory injectorFactory, java.util.List<com.google.inject.Module> moduleInstances)
Deprecated.void
TestNG. setInjectorFactory(IInjectorFactory factory)
-
Uses of IInjectorFactory in org.testng.internal
Methods in org.testng.internal that return IInjectorFactory Modifier and Type Method Description IInjectorFactory
Configuration. getInjectorFactory()
IInjectorFactory
IConfiguration. getInjectorFactory()
Methods in org.testng.internal with parameters of type IInjectorFactory Modifier and Type Method Description com.google.inject.Injector
ClassImpl. getParentInjector(IInjectorFactory injectorFactory)
Deprecated.- This method stands deprecated as of TestNG7.3.0
void
Configuration. setInjectorFactory(IInjectorFactory factory)
void
IConfiguration. setInjectorFactory(IInjectorFactory factory)
-