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