public void testThatTwoTestsWithSameGbeUseTheSameInjector()
throws ClassNotFoundException {
NonTdtcForGbeOne testOne = NonTdtcForGbeOne.createInstance();
GuiceBerryJunit3 guiceBerryJunit3 = instance();
guiceBerryJunit3.doSetUp(testOne);
Injector injectorOne = currentUniverse.gbeClassToInjectorMap.get(Class.forName(GuiceBerryEnvOne.GUICE_BERRY_ENV_ONE));
GuiceBerryJunit3.tearDown(testOne);
AnotherNonTdtcForGbeOne testTwo = AnotherNonTdtcForGbeOne.createInstance();