Podam Should Be Able To Create Instances Of Generic Pojos With Factory Methods When The Concrete Type Is Known
Steps
Outcome
Duration
Given a standard Podam Factory
SUCCESS
0s
When I invoke the factory manufacturing for class uk.co.jemos.podam.test.dto.FactoryInstantiablePojo with specific types {class java.util.Date}
SUCCESS
0s
Then the pojo uk.co.jemos.podam.test.dto.FactoryInstantiablePojoImpl@521f824a must be of the type class uk.co.jemos.podam.test.dto.FactoryInstantiablePojo
SUCCESS
0s
Then the pojo Sat Jul 29 17:16:32 EEST 2023 must be of the type class java.util.Date