bootstrap.init(null);
bootstrapMock.setMatcher(MockControl.ALWAYS_MATCHER);
bootstrap.onInstall();
bootstrap.getExtensionMBeanName();
bootstrapMock.setReturnValue(null);
bootstrap.cleanUp();
bootstrapMock.replay();
// configure component
componentMock.reset();
component.getLifeCycle();
componentMock.setDefaultReturnValue(lifecycle);