}
@Test(expectedExceptions = ConstraintDeclarationException.class)
@SpecAssertion(section = "4.4.5", id = "a")
public void testGroupConversionWithoutValidAnnotationOnField() {
validator.validate( new UserWithGroupConversionButWithoutValidAnnotationOnField() );
}