I\'m starting my Guice application in my JUnit integration tests with the following:
@BeforeAll public void beforeAll() { Guice.createInjector(new MyModule())