Class LocaleQueryPreprocessorTest

java.lang.Object
de.hybris.platform.servicelayer.i18n.query.preprocessor.LocaleQueryPreprocessorTest

@UnitTest public class LocaleQueryPreprocessorTest extends Object
  • Constructor Details

    • LocaleQueryPreprocessorTest

      public LocaleQueryPreprocessorTest()
  • Method Details

    • shouldNotProcessWhenLanguageAndLocaleInQueryObjectIsNull

      public void shouldNotProcessWhenLanguageAndLocaleInQueryObjectIsNull()
    • shouldProcessWhenThereIsLocaleInQueryObject

      public void shouldProcessWhenThereIsLocaleInQueryObject()
    • shouldProcessWhenThereIsLanguageInQueryObjectButLocaleIsNull

      public void shouldProcessWhenThereIsLanguageInQueryObjectButLocaleIsNull()
    • shouldProcessWhenThereIsLanguageAndLocaleInQueryObjectUsingLocaleInsteadOfLanguage

      public void shouldProcessWhenThereIsLanguageAndLocaleInQueryObjectUsingLocaleInsteadOfLanguage()