Class DefaultBackofficeFacetSearchConfigServiceTest
java.lang.Object
com.hybris.backoffice.solrsearch.services.impl.DefaultBackofficeFacetSearchConfigServiceTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid
-
Field Details
-
TYPE
- See Also:
-
SUB_TYPE
- See Also:
-
-
Constructor Details
-
DefaultBackofficeFacetSearchConfigServiceTest
public DefaultBackofficeFacetSearchConfigServiceTest()
-
-
Method Details
-
findMatchingConfigShouldReturnResultOfRecursiveLookup
public void findMatchingConfigShouldReturnResultOfRecursiveLookup() -
findMatchingConfigShouldReturnNullOnEmptyConfig
public void findMatchingConfigShouldReturnNullOnEmptyConfig() -
findMatchingConfigShouldReturnTheOnlyElementWithNoFurtherChecks
public void findMatchingConfigShouldReturnTheOnlyElementWithNoFurtherChecks() -
shouldReturnEmptyCollectionWhenNoFacetSearchConfigIsPresent
public void shouldReturnEmptyCollectionWhenNoFacetSearchConfigIsPresent() -
shouldReturnEmptyCollectionWhenFacetSearchConfigIsPresentAndDoesNotHaveIndexedType
public void shouldReturnEmptyCollectionWhenFacetSearchConfigIsPresentAndDoesNotHaveIndexedType() -
shouldReturnComposedTypeModelWhenFacetSearchConfigIsPresentAndHasIndexedType
public void shouldReturnComposedTypeModelWhenFacetSearchConfigIsPresentAndHasIndexedType()
-