}
@Test
public void isI18n() throws Exception {
assertTrue("LocalizedValue has a i18n property", new LocalizedValue().isI18n());
assertTrue("LocalizedValue has a i18n property", new I18nHierarchy().isI18n());
assertFalse("Locale has not a i18n property", new Locale().isI18n());
}