assertEquals(0, references.size());
}
@Test
public void testConstructorResourceInjection() throws Exception {
BeansConfig config = new BeansConfig(beansProject, "src/org/springframework/beans/factory/annotation/testConstructorResourceInjection-context.xml", IBeansConfig.Type.MANUAL);
Map<String, Integer[]> allowedRefs = new HashMap<String, Integer[]>();
allowedRefs.put("testBean", new Integer[] { 42, 244, 262, 278 });
allowedRefs.put("nestedTestBean", new Integer[] { 262 });
allowedRefs.put("beanFactory", new Integer[] { 262 });