|
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 |