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