Home > Annotations > Annotations Test > Podam should handle both native and wrapped float values wit…
Report generated 29-07-2023 17:16

Annotations Test

 Annotations (epics)

Podam Should Handle Both Native And Wrapped Float Values With @Podamfloatvalue Annotation
  Steps Outcome Duration
Given a standard Podam Factory
SUCCESS 0s
When I invoke the factory manufacturing for class uk.co.jemos.podam.test.dto.annotations.FloatValuePojo
SUCCESS 0s
Then the object FloatRangeValuesPojo ( floatFieldWithMinValueOnly = 1.0 floatFieldWithMaxValueOnly = 2.7512507 floatFieldWithMinAndMaxValue = 106.591576 floatFieldWithPreciseValue = 123456.0 floatObjectFieldWithMinValueOnly = 1.0 floatObjectFieldWithMaxValueOnly = 52.16709 floatObjectFieldWithMinAndMaxValue = 405.3011 floatObjectFieldWithPreciseValue = 123456.0 ) should not be null
SUCCESS 0s
Then the Float value 1.0 should be greater or equal than 1.0
SUCCESS 0s
Then the float value 2.7512507 should be lower or equal than 100.0
SUCCESS 0s
Then the float value 106.591576 should be between 1.0 and 1000.0
SUCCESS 0s
Then the object 1.0 should not be null
SUCCESS 0s
Then the Float value 1.0 should be greater or equal than 1.0
SUCCESS 0s
Then the object 52.16709 should not be null
SUCCESS 0s
Then the float value 52.16709 should be lower or equal than 100.0
SUCCESS 0s
Then the object 405.3011 should not be null
SUCCESS 0s
Then the float value 405.3011 should be between 1.0 and 1000.0
SUCCESS 0s
Then the float value 123456.0 should be precisely 123456.0
SUCCESS 0s
Then the object 123456.0 should not be null
SUCCESS 0s
Then the float value 123456.0 should be precisely 123456.0
SUCCESS 0s
SUCCESS 0.11s
Serenity BDD version 1.2.2