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

Annotations Test

 Annotations (epics)

Podam Should Handle Both Native And Wrapped Byte Values With @Podambytevalue 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.ByteValuePojo
SUCCESS 0s
Then the object ByteRangeValuesPojo ( byteFieldWithMinValueOnly = 1 byteFieldWithMaxValueOnly = 40 byteFieldWithMinAndMaxValue = 22 byteObjectFieldWithMinValueOnly = 1 byteObjectFieldWithMaxValueOnly = 43 byteObjectFieldWithMinAndMaxValue = 22 byteFieldWithPreciseValue = 12 ) should not be null
SUCCESS 0s
Then the byte value 1 should be greater or equal than 1
SUCCESS 0s
Then the byte value 40 should be lower or equal to 100
SUCCESS 0s
Then the byte value 22 should be between 1 and 100
SUCCESS 0s
Then the object 1 should not be null
SUCCESS 0s
Then the byte value 1 should be greater or equal than 1
SUCCESS 0s
Then the object 40 should not be null
SUCCESS 0s
Then the byte value 43 should be lower or equal to 100
SUCCESS 0s
Then the object 22 should not be null
SUCCESS 0s
Then the byte value 22 should be between 1 and 100
SUCCESS 0s
The byte value 12 should be precisely 12
SUCCESS 0s
SUCCESS 0.12s
Serenity BDD version 1.2.2