Search in sources :

Example 1 with ConcreteBusinessObject

use of uk.co.jemos.podam.test.dto.pdm43.ConcreteBusinessObject in project podam by devopsfolks.

the class Pdm43UnitTest method validateDtoInstantiation.

@Test
public void validateDtoInstantiation() {
    PodamFactory podamFactory = new PodamFactoryImpl();
    ConcreteBusinessObject pojo = podamFactory.manufacturePojo(ConcreteBusinessObject.class);
    Assert.assertNotNull("The created POJO cannot be null!", pojo);
}
Also used : PodamFactoryImpl(uk.co.jemos.podam.api.PodamFactoryImpl) ConcreteBusinessObject(uk.co.jemos.podam.test.dto.pdm43.ConcreteBusinessObject) PodamFactory(uk.co.jemos.podam.api.PodamFactory) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)1 PodamFactory (uk.co.jemos.podam.api.PodamFactory)1 PodamFactoryImpl (uk.co.jemos.podam.api.PodamFactoryImpl)1 ConcreteBusinessObject (uk.co.jemos.podam.test.dto.pdm43.ConcreteBusinessObject)1