context.pushElement("LibraryBeanWithArraySetter");
context.markClassMap(LibraryBeanWithArraySetter.class);
context.pushElement("books");
ActionMappingStrategy strategy = ActionMappingStrategy.DEFAULT;
MappingAction action = strategy.getMappingAction("", "books", new AttributesImpl(), context);
assertTrue("Should be mapped to an array bind action", action instanceof ArrayBindAction);
}