|
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.DoubleValuePojo
|
SUCCESS |
0s |
|
Then the object DoubleRangeValuesPojo ( doubleFieldWithMinValueOnly = 1.0 doubleFieldWithMaxValueOnly = 58.67849018633773 doubleFieldWithMinAndMaxValue = 546.2980129005989 doubleFieldWithPreciseValue = 10.1245 doubleObjectFieldWithMinValueOnly = 1.0 doubleObjectFieldWithMaxValueOnly = 34.452137614845284 doubleObjectFieldWithMinAndMaxValue = 65.52219534142598 doubleObjectFieldWithPreciseValue = 10.1245 ) should not be null
|
SUCCESS |
0s |
|
Then the double value (0} should be greater or equal than 1.0
|
SUCCESS |
0s |
|
Then the double value 58.67849018633773 should be lower or equal than 100.0
|
SUCCESS |
0s |
|
Then the double value 546.2980129005989 should be between 1.0 and 1000.0
|
SUCCESS |
0s |
|
Then the double value 10.1245 should be exactly 10.1245
|
SUCCESS |
0s |
|
Then the object 10.1245 should not be null
|
SUCCESS |
0s |
|
Then the double value 10.1245 should be exactly 10.1245
|
SUCCESS |
0s |
|
SUCCESS |
0.12s |