コード例 #1
0
 @Test
 public void testCountryCode() {
   Assert.assertTrue(CountryCodes.hasCountryCodeAlpha3(COUNTRY_CODE_BELGIUM));
   Assert.assertFalse(CountryCodes.hasCountryCodeAlpha3(""));
 }