Home > Validator Framework > Validated Pojo Test > When the @Digits and @DecimalMin and @DecimalMax applied to…
Report generated 29-07-2023 17:16

Validated Pojo Test

 Validator Framework (epics)

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'}
SUCCESS 0.07s
SUCCESS 0.36s
Serenity BDD version 1.2.2