|
Steps
|
Outcome |
Duration |
|
|
|
SUCCESS |
0s |
|
Given a standard Podam Factory
|
SUCCESS |
0s |
|
Given a Random Data Provider Strategy with memoization set to true
|
SUCCESS |
0s |
|
|
Then Data Provider Strategy should have memoization true
|
SUCCESS |
0s |
|
When I invoke the factory manufacturing for class uk.co.jemos.podam.test.dto.MemoizationPojo
|
SUCCESS |
0.01s |
|
Then the pojo uk.co.jemos.podam.test.dto.MemoizationPojo@820669 must be of the type class uk.co.jemos.podam.test.dto.MemoizationPojo
|
SUCCESS |
0s |
|
|
SUCCESS |
0s |
|
Then the given array should not be null or empty and contain elements of type class java.util.Currency
|
SUCCESS |
0s |
|
Then the array should have exactly 5 elements
|
SUCCESS |
0s |
|
|
|
SUCCESS |
0s |
|
Then the collection should not be null or empty and each element should be of type class java.util.Currency
|
SUCCESS |
0s |
|
Then the collection should not be null or empty
|
SUCCESS |
0s |
|
Then the collection should have exactly 5 elements
|
SUCCESS |
0s |
|
|
|
SUCCESS |
0s |
|
Then the Map should not be null or empty and each element should have key of type class java.util.Currency and value of type class java.util.Currency
|
SUCCESS |
0s |
|
|
SUCCESS |
0.12s |