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 IInjectorFactoryITestContext. getInjectorFactory()IInjectorFactoryTestRunner. getInjectorFactory()Methods in org.testng with parameters of type IInjectorFactory Modifier and Type Method Description voidTestNG. setInjectorFactory(IInjectorFactory factory) -
Uses of IInjectorFactory in org.testng.internal
Methods in org.testng.internal that return IInjectorFactory Modifier and Type Method Description IInjectorFactoryConfiguration. getInjectorFactory()IInjectorFactoryIConfiguration. getInjectorFactory()Methods in org.testng.internal with parameters of type IInjectorFactory Modifier and Type Method Description voidConfiguration. setInjectorFactory(IInjectorFactory factory)voidIConfiguration. 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 IInjectorFactoryGuiceContext. getInjectorFactory() -
Uses of IInjectorFactory in org.testng.internal.objects
Classes in org.testng.internal.objects that implement IInjectorFactory Modifier and Type Class Description classGuiceBackedInjectorFactory
-