Class LocaleQueryPreprocessorTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.i18n.query.preprocessor.LocaleQueryPreprocessorTest
-
@UnitTest public class LocaleQueryPreprocessorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LocaleQueryPreprocessorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldNotProcessWhenLanguageAndLocaleInQueryObjectIsNull()voidshouldProcessWhenThereIsLanguageAndLocaleInQueryObjectUsingLocaleInsteadOfLanguage()voidshouldProcessWhenThereIsLanguageInQueryObjectButLocaleIsNull()voidshouldProcessWhenThereIsLocaleInQueryObject()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldNotProcessWhenLanguageAndLocaleInQueryObjectIsNull
public void shouldNotProcessWhenLanguageAndLocaleInQueryObjectIsNull()
-
shouldProcessWhenThereIsLocaleInQueryObject
public void shouldProcessWhenThereIsLocaleInQueryObject()
-
shouldProcessWhenThereIsLanguageInQueryObjectButLocaleIsNull
public void shouldProcessWhenThereIsLanguageInQueryObjectButLocaleIsNull()
-
shouldProcessWhenThereIsLanguageAndLocaleInQueryObjectUsingLocaleInsteadOfLanguage
public void shouldProcessWhenThereIsLanguageAndLocaleInQueryObjectUsingLocaleInsteadOfLanguage()
-
-