Class DefaultBackofficeFacetSearchConfigServiceTest

java.lang.Object
com.hybris.backoffice.solrsearch.services.impl.DefaultBackofficeFacetSearchConfigServiceTest

public class DefaultBackofficeFacetSearchConfigServiceTest extends Object
  • Field Details

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