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();