Class DefaultQueryPreprocessorRegistryTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.search.internal.preprocessor.impl.DefaultQueryPreprocessorRegistryTest
-
@UnitTest public class DefaultQueryPreprocessorRegistryTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultQueryPreprocessorRegistryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldIterateOverAllRegisteredPreprocessorsAndExecuteEachOfThem()voidshouldThrowIllegalArgumentExceptionWhenFlexibleSearchQueryIsNull()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldThrowIllegalArgumentExceptionWhenFlexibleSearchQueryIsNull
public void shouldThrowIllegalArgumentExceptionWhenFlexibleSearchQueryIsNull()
-
shouldIterateOverAllRegisteredPreprocessorsAndExecuteEachOfThem
public void shouldIterateOverAllRegisteredPreprocessorsAndExecuteEachOfThem()
-
-