Home > Memoization > Memoization Test > When memoization is set to false Podam should return differe…
Report generated 29-07-2023 17:16

Memoization Test

 Memoization (epics)

When Memoization Is Set To False Podam Should Return Different Instances For Different Invocations
  Steps Outcome Duration
Given a standard Podam Factory
SUCCESS 0s
Then Data Provider Strategy should have memoization false
SUCCESS 0s
When I invoke the factory manufacturing for class uk.co.jemos.podam.test.dto.SimplePojoToTestSetters
SUCCESS 0s
Then the pojo SimplePojoToTestSetters ( stringField = 6KO94zPYTf intField = 641602714 ) must be of the type class uk.co.jemos.podam.test.dto.SimplePojoToTestSetters
SUCCESS 0s
When I invoke the factory manufacturing for class uk.co.jemos.podam.test.dto.SimplePojoToTestSetters
SUCCESS 0s
Then the pojo SimplePojoToTestSetters ( stringField = XejxI2JOvW intField = 1113584652 ) must be of the type class uk.co.jemos.podam.test.dto.SimplePojoToTestSetters
SUCCESS 0s
Then the SimplePojoToTestSetters ( stringField = 6KO94zPYTf intField = 641602714 ) and SimplePojoToTestSetters ( stringField = XejxI2JOvW intField = 1113584652 ) should be different
SUCCESS 0s
SUCCESS 0.12s
Serenity BDD version 1.2.2