Package org.testng
Class GuiceHelper
- java.lang.Object
-
- org.testng.GuiceHelper
-
@Deprecated public class GuiceHelper extends java.lang.ObjectDeprecated.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static com.google.inject.InjectorcreateInjector(com.google.inject.Injector parent, ITestContext context, IInjectorFactory injectorFactory, java.util.List<com.google.inject.Module> moduleInstances)Deprecated.static com.google.inject.ModulegetParentModule(ITestContext context)Deprecated.
-
-
-
Method Detail
-
getParentModule
public static com.google.inject.Module getParentModule(ITestContext context)
Deprecated.
-
createInjector
public static com.google.inject.Injector createInjector(com.google.inject.Injector parent, ITestContext context, IInjectorFactory injectorFactory, java.util.List<com.google.inject.Module> moduleInstances)Deprecated.
-
-