}
}
@Test
public void testConstructorResourceInjectionWithMultipleCandidatesAsCollection() throws Exception {
BeansConfig config = new BeansConfig(beansProject, "src/org/springframework/beans/factory/annotation/testConstructorResourceInjectionWithMultipleCandidatesAsCollection-context.xml", IBeansConfig.Type.MANUAL);
Map<String, Integer[]> allowedRefs = new HashMap<String, Integer[]>();
allowedRefs.put("testBean", new Integer[] { 356, 361 });
allowedRefs.put("nestedTestBean1", new Integer[] { 361 });
allowedRefs.put("nestedTestBean2", new Integer[] { 361 });