Class LocaleQueryPreprocessorTest


  • @UnitTest
    public class LocaleQueryPreprocessorTest
    extends java.lang.Object
    • Constructor Detail

      • LocaleQueryPreprocessorTest

        public LocaleQueryPreprocessorTest()
    • 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()