}
@Test(expectedExceptions = ConstraintDeclarationException.class)
@SpecAssertion(section = "4.4.5", id = "a")
public void testGroupConversionWithoutValidAnnotationOnMethodParameter() throws Exception {
Object object = new UserWithGroupConversionButWithoutValidAnnotationOnMethodParameter();
Method method = UserWithGroupConversionButWithoutValidAnnotationOnMethodParameter.class.getMethod(
"setAddresses",
List.class
);
Object[] parameters = new Object[] { null };