}
@Test
public void testPdm3PojoGenericsConstructor() {
Pdm3PojoGenericsConstructor pojo = factory.manufacturePojo(Pdm3PojoGenericsConstructor.class);
assertNotNull(pojo);
assertCollection(pojo.getSomething());
assertCollection(pojo.getDescendants());
assertCollection(pojo.getAncestors());
}