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

Annotations Test

 Annotations (epics)

Podam Should Handle Both Native And Wrapped Boolean Values With @Podambooleanvalue 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.BooleanValuePojo
SUCCESS 0s
Then the object BooleanValuePojo ( boolDefaultToTrue = true boolDefaultToFalse = false boolObjectDefaultToTrue = true boolObjectDefaultToFalse = false ) should not be null
SUCCESS 0s
Then the boolean value true should be true
SUCCESS 0s
The boolean value false should be false
SUCCESS 0s
Then the object false should not be null
SUCCESS 0s
The boolean value false should be false
SUCCESS 0s
Then the object true should not be null
SUCCESS 0s
Then the boolean value true should be true
SUCCESS 0s
SUCCESS 0.13s
Serenity BDD version 1.2.2