Class LocaleQueryPreprocessorTest
java.lang.Object
de.hybris.platform.servicelayer.i18n.query.preprocessor.LocaleQueryPreprocessorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoid
-
Constructor Details
-
LocaleQueryPreprocessorTest
public LocaleQueryPreprocessorTest()
-
-
Method Details
-
shouldNotProcessWhenLanguageAndLocaleInQueryObjectIsNull
public void shouldNotProcessWhenLanguageAndLocaleInQueryObjectIsNull() -
shouldProcessWhenThereIsLocaleInQueryObject
public void shouldProcessWhenThereIsLocaleInQueryObject() -
shouldProcessWhenThereIsLanguageInQueryObjectButLocaleIsNull
public void shouldProcessWhenThereIsLanguageInQueryObjectButLocaleIsNull() -
shouldProcessWhenThereIsLanguageAndLocaleInQueryObjectUsingLocaleInsteadOfLanguage
public void shouldProcessWhenThereIsLanguageAndLocaleInQueryObjectUsingLocaleInsteadOfLanguage()
-