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.ExpectedException
expectedException
protected static java.lang.String
INDEXED_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description AbstractValueResolverTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IndexerBatchContext
getBatchContext()
protected FacetSearchConfig
getFacetSearchConfig()
protected IndexConfig
getIndexConfig()
protected IndexedProperty
getIndexedProperty()
protected IndexedType
getIndexedType()
protected InputDocument
getInputDocument()
protected QualifierProvider
getQualifierProvider()
protected SessionService
getSessionService()
void
setUpAbstractValueResolverTest()
-
-
-
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()
-
-