Class DefaultBackofficeFacetSearchConfigServiceTest
- java.lang.Object
-
- com.hybris.backoffice.solrsearch.services.impl.DefaultBackofficeFacetSearchConfigServiceTest
-
public class DefaultBackofficeFacetSearchConfigServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultBackofficeFacetSearchConfigServiceTest()
-
Method Summary
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
SUB_TYPE
public static final java.lang.String SUB_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
findMatchingConfigShouldReturnResultOfRecursiveLookup
public void findMatchingConfigShouldReturnResultOfRecursiveLookup()
-
findMatchingConfigShouldReturnNullOnEmptyConfig
public void findMatchingConfigShouldReturnNullOnEmptyConfig()
-
findMatchingConfigShouldReturnTheOnlyElementWithNoFurtherChecks
public void findMatchingConfigShouldReturnTheOnlyElementWithNoFurtherChecks()
-
shouldReturnEmptyCollectionWhenNoFacetSearchConfigIsPresent
public void shouldReturnEmptyCollectionWhenNoFacetSearchConfigIsPresent()
-
shouldReturnEmptyCollectionWhenFacetSearchConfigIsPresentAndDoesNotHaveIndexedType
public void shouldReturnEmptyCollectionWhenFacetSearchConfigIsPresentAndDoesNotHaveIndexedType()
-
shouldReturnComposedTypeModelWhenFacetSearchConfigIsPresentAndHasIndexedType
public void shouldReturnComposedTypeModelWhenFacetSearchConfigIsPresentAndHasIndexedType()
-
-