Class DefaultSmarteditI18nFacadeTest

java.lang.Object
de.hybris.platform.smarteditwebservices.i18n.facade.impl.DefaultSmarteditI18nFacadeTest

@UnitTest public class DefaultSmarteditI18nFacadeTest extends Object
  • Constructor Details

    • DefaultSmarteditI18nFacadeTest

      public DefaultSmarteditI18nFacadeTest()
  • Method Details

    • setUp

      public void setUp()
    • shouldGetLocalizationsWhen_SystemInitialized_And_TenantOnStartupMatchCurrentTenant

      public void shouldGetLocalizationsWhen_SystemInitialized_And_TenantOnStartupMatchCurrentTenant()
    • shouldNotGetLocalizationsWhen_SystemInitialized_And_TenantOnStartupDoesNotMatchCurrentTenant

      public void shouldNotGetLocalizationsWhen_SystemInitialized_And_TenantOnStartupDoesNotMatchCurrentTenant()
    • shouldNotGetLocalizationsWhen_SystemIsNotInitialized_And_TenantOnStartupMatchCurrentTenant

      public void shouldNotGetLocalizationsWhen_SystemIsNotInitialized_And_TenantOnStartupMatchCurrentTenant()
    • shouldGetTranslations_By_Language_Tag_With_Special_Character

      public void shouldGetTranslations_By_Language_Tag_With_Special_Character()
    • shouldGetTranslations_LocaleIsPresent

      public void shouldGetTranslations_LocaleIsPresent()
    • will_get_default_translation_when_locale_is_not_supported

      public void will_get_default_translation_when_locale_is_not_supported()
    • getSupportedLanguages_will_return_all_supported_languages

      public void getSupportedLanguages_will_return_all_supported_languages()
    • getSupportedLanguages_will_return_all_supported_languages_starting_with_german

      public void getSupportedLanguages_will_return_all_supported_languages_starting_with_german()
    • getSupportedLanguages_will_return_all_supported_languages_starting_with_french_when_reversed

      public void getSupportedLanguages_will_return_all_supported_languages_starting_with_french_when_reversed()
    • setupMocksForGetSupportedLangguages

      protected void setupMocksForGetSupportedLangguages()
    • shouldNotGetSupportedLanguages

      public void shouldNotGetSupportedLanguages()
    • getTranslationMap_will_return_default_keys_for_languages_without_keys

      public void getTranslationMap_will_return_default_keys_for_languages_without_keys()
    • createResourceBundle

      protected ResourceBundle createResourceBundle(String expectedKey, String expectedValue)