Searched refs:germany (Results 1 – 1 of 1) sorted by relevance
73 LocaleInfo germany = LocaleStore.getLocaleInfo(Locale.GERMANY); in localeInfoComparator_shouldSortLocales() local78 new ArrayList<>(Arrays.asList(germany, unitedStates, japan)); in localeInfoComparator_shouldSortLocales()80 assertThat(list).containsExactly(germany, unitedStates, japan).inOrder(); in localeInfoComparator_shouldSortLocales()