Home > Edge Cases > Abnormal Pojos Test > Podam should generate a non null POJO for Abstract types wit…
Report generated 29-07-2023 17:16

Abnormal Pojos Test

 Edge Cases (epics)

Podam Should Generate A Non Null POJO For Abstract Types With A Concrete Type
  Steps Outcome Duration
Given a standard Podam Factory
SUCCESS 0s
When I add a specific type class uk.co.jemos.podam.test.dto.ConcreteTestPojo for an abstract type or interface class uk.co.jemos.podam.test.dto.AbstractTestPojo
SUCCESS 0s
When I invoke the factory manufacturing for class uk.co.jemos.podam.test.dto.AbstractTestPojo
SUCCESS 0s
Then the pojo uk.co.jemos.podam.test.dto.ConcreteTestPojo@48453feb must be of the type class uk.co.jemos.podam.test.dto.ConcreteTestPojo
SUCCESS 0s
When I remove a specific type class uk.co.jemos.podam.test.dto.AbstractTestPojo for an abstract type or interface
SUCCESS 0s
When I invoke the factory manufacturing for class uk.co.jemos.podam.test.dto.AbstractTestPojo
SUCCESS 0.01s
Then the Pojo should be null
SUCCESS 0s
SUCCESS 0.13s
Serenity BDD version 1.2.2