Home > Validator Framework > Validated Pojo Test > When the @Size annotation doesn't have a max length specifie…
Report generated 29-07-2023 17:16

Validated Pojo Test

 Validator Framework (epics)

When The @Size Annotation Doesn'T Have A Max Length Specified, Podam Should Assign A Sensible Value
  Steps Outcome Duration
Given a Podam Factory with a Custom Type Manufacturer class java.lang.String
SUCCESS 0s
When I invoke the factory manufacturing for class uk.co.jemos.podam.test.dto.ValidationPojoForStringWithSizeAndNoMax
SUCCESS 0s
Then the object ValidationPojoForStringWithSizeAndNoMax{name='v71ED8_'name2='5X'} should not be null
SUCCESS 0s
Then the collection should be empty
SUCCESS 0s
Given a Javax Validator
SUCCESS 0.01s
Then the POJO should not have any Validator violations for ValidationPojoForStringWithSizeAndNoMax{name='v71ED8_'name2='5X'}
SUCCESS 0s
SUCCESS 0.12s
Serenity BDD version 1.2.2