Podam Should Handle Constructors With Generic Arrays During Pojo Instantiation
Steps
Outcome
Duration
Given a standard Podam Factory
SUCCESS
0s
When I invoke the factory manufacturing for class uk.co.jemos.podam.test.dto.GenericArrayInConstructorPojo with specific types {class java.lang.String}
SUCCESS
0s
Then the pojo uk.co.jemos.podam.test.dto.GenericArrayInConstructorPojo@420b87f5 must be of the type class uk.co.jemos.podam.test.dto.GenericArrayInConstructorPojo
SUCCESS
0s
Then the given array should not be null or empty and contain elements of type class java.lang.String