Home > Constructors > Constructors Unit Te… > Podam should handle constructors with multiple generics duri…
Report generated 29-07-2023 17:16

Constructors Unit Test

 Constructors (epics)

Podam Should Handle Constructors With Multiple Generics 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.MultipleGenericInConstructorPojo with specific types {class java.lang.String,class java.lang.Character,class java.lang.Byte,class java.lang.Integer}
SUCCESS 0s
Then the pojo uk.co.jemos.podam.test.dto.MultipleGenericInConstructorPojo@a49b9bd must be of the type class uk.co.jemos.podam.test.dto.MultipleGenericInConstructorPojo
SUCCESS 0s
Then the two objects class java.lang.String and class java.lang.String should be equal
SUCCESS 0s
SUCCESS 0s
Then the Map should not be null or empty and each element should have key of type class java.lang.Byte and value of type class java.lang.Integer
SUCCESS 0s
SUCCESS 0.13s
Serenity BDD version 1.2.2