Uses of Interface
org.testng.IInjectorFactory
-
Packages that use IInjectorFactory Package Description org.testng org.testng.internal org.testng.internal.invokers.objects org.testng.internal.objects -
-
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 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 void
Configuration. setInjectorFactory(IInjectorFactory factory)
void
IConfiguration. setInjectorFactory(IInjectorFactory factory)
-
Uses of IInjectorFactory in org.testng.internal.invokers.objects
Methods in org.testng.internal.invokers.objects that return IInjectorFactory Modifier and Type Method Description IInjectorFactory
GuiceContext. getInjectorFactory()
-
Uses of IInjectorFactory in org.testng.internal.objects
Classes in org.testng.internal.objects that implement IInjectorFactory Modifier and Type Class Description class
GuiceBackedInjectorFactory
-