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