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