Package uk.co.jemos.podam.test.enums

Examples of uk.co.jemos.podam.test.enums.ExternalRatePodamEnum


  public void testEnumsPojo() {

    EnumsPojo pojo = factory.manufacturePojo(EnumsPojo.class);
    Assert.assertNotNull("The pojo cannot be null!", pojo);

    ExternalRatePodamEnum ratePodamExternal = pojo.getRatePodamExternal();
    Assert.assertNotNull("The external enum attribute cannot be null!",
        ratePodamExternal);

    RatePodamInternal ratePodamInternal = pojo.getRatePodamInternal();
View Full Code Here

TOP

Related Classes of uk.co.jemos.podam.test.enums.ExternalRatePodamEnum

Copyright © 2018 www.massapicom. 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.