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