@Test public void testCountryCode() { Assert.assertTrue(CountryCodes.hasCountryCodeAlpha3(COUNTRY_CODE_BELGIUM)); Assert.assertFalse(CountryCodes.hasCountryCodeAlpha3("")); }