@SuppressWarnings("unchecked")
@Test
public void no_validators_at_all() throws Exception
{
ValidationConstraintGenerator gen = mockValidationConstraintGenerator();
FieldValidatorSource source = mockFieldValidatorSource();
Class propertyType = Integer.class;
AnnotationProvider provider = mockAnnotationProvider();
String overrideId = "overrideId";
Messages overrideMessages = mockMessages();