Assert.assertNotNull(MyExtension.afterDeploymentValidation);
Assert.assertNotNull(MyExtension.processInjectionTarget);
Assert.assertNotNull(MyExtension.processProducer);
//Fire shut down
getBeanManager().fireEvent(new BeforeShutdownImpl(), new Annotation[0]);
ContextFactory.destroyApplicationContext(null);
Assert.assertNotNull(MyExtension.beforeShutdownEvent);
}