31323334353637
public class ConstraintSourceAwareValidation4TestCase extends BaseBeanValPropertyValidationTestCase<ConstraintSourceAware4Bean> { protected ConstraintSourceAware4Bean getBeanToTest() { return new ConstraintSourceAware4Bean(); }
41424344454647
return new TestSuite(ConstraintSourceAwareValidation4TestCase.class); } protected ConstraintSourceAware4Bean getBeanToTest() { return new ConstraintSourceAware4Bean(); }
30313233343536