37383940414243444546
@Autowired ApplicationContext ctx; @Test public void testEagerInit() throws Exception { CacheFactoryBean cfb = (CacheFactoryBean) ctx.getBean("&gemfireCache"); cfb.afterPropertiesSet(); assertTrue(!cfb.isLazyInitialize()); } }