class GuiceHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ITestContext |
context |
Constructor and Description |
---|
GuiceHelper(ITestContext context) |
Modifier and Type | Method and Description |
---|---|
(package private) com.google.inject.Injector |
getInjector(IClass iClass) |
private java.util.List<com.google.inject.Module> |
getModules(Guice guice,
com.google.inject.Injector parentInjector,
java.lang.Class<?> testClass) |
private final ITestContext context
GuiceHelper(ITestContext context)