Examples of Pdm3PojoGenericsConstructor


Examples of uk.co.jemos.podam.test.dto.pdm3.Pdm3PojoGenericsConstructor

  }

  @Test
  public void testPdm3PojoGenericsConstructor() {

    Pdm3PojoGenericsConstructor pojo = factory.manufacturePojo(Pdm3PojoGenericsConstructor.class);
    assertNotNull(pojo);
    assertCollection(pojo.getSomething());
    assertCollection(pojo.getDescendants());
    assertCollection(pojo.getAncestors());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.