Class AbstractValueResolverTest

java.lang.Object
de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolverTest
Direct Known Subclasses:
AbstractLocalizedValueResolverTest, CustomerCouponCodeValueResolverTest, ProductImagesValueResolverTest, ProductPricesValueResolverTest, ProductVendorValueResolverTest

public abstract class AbstractValueResolverTest extends Object
  • Field Details

    • INDEXED_PROPERTY_NAME

      protected static final String INDEXED_PROPERTY_NAME
      See Also:
    • expectedException

      public org.junit.rules.ExpectedException expectedException
  • Constructor Details

    • AbstractValueResolverTest

      public AbstractValueResolverTest()
  • Method Details

    • getSessionService

      protected SessionService getSessionService()
    • getQualifierProvider

      protected QualifierProvider getQualifierProvider()
    • getInputDocument

      protected InputDocument getInputDocument()
    • getBatchContext

      protected IndexerBatchContext getBatchContext()
    • getFacetSearchConfig

      protected FacetSearchConfig getFacetSearchConfig()
    • getIndexConfig

      protected IndexConfig getIndexConfig()
    • getIndexedType

      protected IndexedType getIndexedType()
    • getIndexedProperty

      protected IndexedProperty getIndexedProperty()
    • setUpAbstractValueResolverTest

      public void setUpAbstractValueResolverTest()