When The @Digits And @Decimalmin And @Decimalmax Applied To The Same Field, Podam Should Use Minimum Requirements
Steps
Outcome
Duration
Given a standard Podam Factory
SUCCESS
0s
When I invoke the factory manufacturing for class uk.co.jemos.podam.test.dto.ValidatedPojoMultipleConstraints
SUCCESS
0.01s
Then the object ValidatedPojoMultipleConstraints{value='1.2',value2='-8.7',value3='2.2'str='C'str2='CAcQRygj6c'} should not be null
SUCCESS
0.01s
Given a Javax Validator
SUCCESS
0.15s
Then the POJO should not have any Validator violations for ValidatedPojoMultipleConstraints{value='1.2',value2='-8.7',value3='2.2'str='C'str2='CAcQRygj6c'}