GolfPlayer.class
);
ConstrainedField constrainedField = findConstrainedField( beanConfigurations, GolfPlayer.class, "name" );
assertEquals( constrainedField.unwrapMode(), UnwrapMode.UNWRAP );
}
@Test
@TestForIssue(jiraKey = "HV-925")
public void testAutomaticUnwrapValidatedValueOnField() throws Exception {