{
kernelControllerContextAware();
ControllerContext context1 = assertInstall(0, "Name1");
SimpleBeanWithKernelControllerContextAware bean1 = (SimpleBeanWithKernelControllerContextAware) context1.getTarget();
assertNotNull(bean1);
assertEquals(context1, bean1.context);
assertUninstall("Name1");
assertNull(bean1.context);