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 java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedExceptionprotected static java.lang.StringINDEXED_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description AbstractValueResolverTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IndexerBatchContextgetBatchContext()protected FacetSearchConfiggetFacetSearchConfig()protected IndexConfiggetIndexConfig()protected IndexedPropertygetIndexedProperty()protected IndexedTypegetIndexedType()protected InputDocumentgetInputDocument()protected QualifierProvidergetQualifierProvider()protected SessionServicegetSessionService()voidsetUpAbstractValueResolverTest()
-
-
-
Field Detail
-
INDEXED_PROPERTY_NAME
protected static final java.lang.String INDEXED_PROPERTY_NAME
- See Also:
- Constant Field Values
-
expectedException
public org.junit.rules.ExpectedException expectedException
-
-
Method Detail
-
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()
-
-