final Class<? extends Bootstrapper> cls = mockIOCGenerator.generate();
final Bootstrapper bs = cls.newInstance();
final long tm = System.currentTimeMillis();
new IOCBeanManagerLifecycle().resetBeanManager();
final BootstrapInjectionContext ctx = bs.bootstrapContainer();
((SimpleCreationalContext)ctx.getRootContext()).finish();
System.out.println("bootstrapped simulated container in " + (System.currentTimeMillis() - tm) + "ms");
}
catch (GenerationException e) {
throw e;