@Before
public void setUp() throws Exception {
annotatedValidator = new AnnotatedValidator();
annotatedValidator.validator = new ValidationVisitor();
collectionBean = new CollectionBean();
collectionBean.setBeans(new ArrayList<InnerBean>());
errors = new BeanPropertyBindingResult(collectionBean, "collectionBean");
}