|
Steps
|
Outcome |
Duration |
|
|
Given a standard Podam Factory
|
SUCCESS |
0s |
|
When I add a specific type class uk.co.jemos.podam.test.dto.ConcreteTestPojo for an abstract type or interface class uk.co.jemos.podam.test.dto.AbstractTestPojo
|
SUCCESS |
0s |
|
When I invoke the factory manufacturing for class uk.co.jemos.podam.test.dto.AbstractTestPojo
|
SUCCESS |
0s |
|
Then the pojo uk.co.jemos.podam.test.dto.ConcreteTestPojo@48453feb must be of the type class uk.co.jemos.podam.test.dto.ConcreteTestPojo
|
SUCCESS |
0s |
|
When I remove a specific type class uk.co.jemos.podam.test.dto.AbstractTestPojo for an abstract type or interface
|
SUCCESS |
0s |
|
When I invoke the factory manufacturing for class uk.co.jemos.podam.test.dto.AbstractTestPojo
|
SUCCESS |
0.01s |
|
Then the Pojo should be null
|
SUCCESS |
0s |
|
SUCCESS |
0.13s |