|
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.IntegerValuePojo
|
SUCCESS |
0s |
|
Then the object IntegerRangeValuesPojo ( intFieldWithMinValueOnly = 1 intFieldWithPreciseValue = 145241 intFieldWithMaxValueOnly = 55 intFieldWithMinAndMaxValue = 476 integerObjectFieldWithMinValueOnly = 1 integerObjectFieldWithMaxValueOnly = 31 integerObjectFieldWithMinAndMaxValue = 27 integerObjectFieldWithPreciseValue = 145241 ) should not be null
|
SUCCESS |
0s |
|
Then the integer field should be greater or equal to zero
|
SUCCESS |
0s |
|
Then the integer field 55 should have a value not greater than 100
|
SUCCESS |
0s |
|
Then the integer field 476 should have a value between 1 and 1000
|
SUCCESS |
0s |
|
Then the pojo 1 must be of the type class java.lang.Integer
|
SUCCESS |
0s |
|
Then the integer field should be greater or equal to zero
|
SUCCESS |
0s |
|
Then the pojo 31 must be of the type class java.lang.Integer
|
SUCCESS |
0s |
|
Then the integer field 31 should have a value not greater than 100
|
SUCCESS |
0s |
|
Then the pojo 27 must be of the type class java.lang.Integer
|
SUCCESS |
0s |
|
Then the integer field 27 should have a value between 1 and 1000
|
SUCCESS |
0s |
|
Then the integer field 145241 should have the precise value of 145241
|
SUCCESS |
0s |
|
Then the pojo 145241 must be of the type class java.lang.Integer
|
SUCCESS |
0s |
|
Then the integer field 145241 should have the precise value of 145241
|
SUCCESS |
0s |
|
SUCCESS |
0.18s |