Searched refs:displayCountry (Results 1 – 1 of 1) sorted by relevance
67 String displayCountry = LocaleHelper.getDisplayCountry(Locale.GERMANY, Locale.GERMANY); in getDisplayCountry_shouldReturnLocalizedCountryName() local68 assertThat(displayCountry).isEqualTo("Deutschland"); in getDisplayCountry_shouldReturnLocalizedCountryName()