Example #1
0
 @BeforeTest
 public void init() {
   tm = new TestModule();
   Guice.createInjector(tm);
   tm.start();
 }