@Test
 public void testGetBeansOfTypeWithAbstract() {
   Map<String, ITestBean> beansOfType = factory.getBeansOfType(ITestBean.class, true, true);
   assertNotNull(beansOfType);
 }