ctx.putBean("bean", bean);
SpringBeanLocator locator = (SpringBeanLocator) Objects
.cloneObject(new SpringBeanLocator(Bean.class, ctxLocator));
assertNotNull(locator.locateProxyTarget());
}
/**
* tests error if bean with class is not in the context
*/