@Test
 public void test1Save() {
   try {
     Country country = new Country();
     country.setCapital("YbOPjn2u508Er4hSXSO1hULI09SMDn9o");
     country.setCapitalLatitude(9);
     country.setCapitalLongitude(4);
     country.setCountryCode1("2aI");
     country.setCountryCode2("LK4");
     country.setCountryFlag("SvHj7x1Ni82E0xIXPvXoyQcZsuIyoDpJfye0QOe9JAEQjLDhbx");
     country.setCountryName("Wp1CWUIxybGRYpLXLjFnlcbU0jn22QaNG8hcWXJtx5W5JrLsL8");
     country.setCurrencyCode("0VA");
     country.setCurrencyName("JF5cR1jh7Vi8z81vhe3htipojisDszOxFBKYhD0kyqWRfThLaC");
     country.setCurrencySymbol("0bRJ4VAN65vAuYxzJn8XzV7zgWAWEyNP");
     country.setIsoNumeric(10);
     country.setEntityAudit(1, "xyz", RECORD_TYPE.ADD);
     country.setEntityValidator(entityValidator);
     country.isValid();
     countryRepository.save(country);
     map.put("CountryPrimaryKey", country._getPrimarykey());
   } catch (com.athena.framework.server.exception.biz.SpartanConstraintViolationException e) {
     org.junit.Assert.fail(e.getMessage());
   } catch (java.lang.Exception e) {
     org.junit.Assert.fail(e.getMessage());
   }
 }