public void testValidateWithGetterMethodAnnotation()
{
try
{
BeanWithGetterValidator bean = new BeanWithGetterValidator();
ValidationAnnotationReader reader = new ValidationAnnotationReader();
reader.readValidationHandlers(bean, null);
Assert.fail("Should have caught " + ApplicationConfigurationException.class);
}
catch (ApplicationConfigurationException e)