Package net.thucydides.junit.guice
Class JUnitInjectors
java.lang.Object
net.thucydides.junit.guice.JUnitInjectors
public class JUnitInjectors
extends java.lang.Object
Somewhere to hold the Guice injector.
There might be a better way to do this.
-
Constructor Summary
Constructors Constructor Description JUnitInjectors() -
Method Summary
Modifier and Type Method Description static com.google.inject.InjectorgetInjector()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JUnitInjectors
public JUnitInjectors()
-
-
Method Details
-
getInjector
public static com.google.inject.Injector getInjector()
-