|
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.ShortValuePojo
|
SUCCESS |
0s |
|
Then the object ShortRangeValuesPojo ( shortFieldWithMinValueOnly = 1 shortFieldWithMaxValueOnly = 84 shortFieldWithMinAndMaxValue = 78 shortObjectFieldWithMinValueOnly = 1 shortObjectFieldWithMaxValueOnly = 9 shortObjectFieldWithMinAndMaxValue = 21 shortFieldWithPreciseValue = 17 ) should not be null
|
SUCCESS |
0s |
|
Then the value 1 should be greater or equal than 1
|
SUCCESS |
0s |
|
Then the short value 84 should be lower or equal than 100
|
SUCCESS |
0s |
|
Then the short value 78 should be between 1 and 1000
|
SUCCESS |
0s |
|
Then the object 1 should not be null
|
SUCCESS |
0s |
|
Then the value 1 should be greater or equal than 1
|
SUCCESS |
0s |
|
Then the object 84 should not be null
|
SUCCESS |
0s |
|
Then the short value 9 should be lower or equal than 100
|
SUCCESS |
0s |
|
Then the object 21 should not be null
|
SUCCESS |
0s |
|
Then the short value 21 should be between 1 and 100
|
SUCCESS |
0s |
|
Then the short value 17 should be precisely 17
|
SUCCESS |
0s |
|
SUCCESS |
0.13s |