Class DirectSolrIndexSynchronizationStrategyTest
- java.lang.Object
-
- com.hybris.backoffice.solrsearch.indexing.DirectSolrIndexSynchronizationStrategyTest
-
public class DirectSolrIndexSynchronizationStrategyTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIG_NAMEstatic longPK_static java.lang.StringPRODUCT_TYPECODE
-
Constructor Summary
Constructors Constructor Description DirectSolrIndexSynchronizationStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidtestRemoveItemWhenIndexInitialized()voidtestRemoveItemWhenIndexNotInitialized()voidtestUpdateItemWhenIndexInitialized()voidtestUpdateItemWhenIndexNotInitialized()
-
-
-
Field Detail
-
PRODUCT_TYPECODE
public static final java.lang.String PRODUCT_TYPECODE
- See Also:
- Constant Field Values
-
PK_
public static final long PK_
- See Also:
- Constant Field Values
-
CONFIG_NAME
public static final java.lang.String CONFIG_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init() throws FacetConfigServiceException- Throws:
FacetConfigServiceException
-
testRemoveItemWhenIndexInitialized
public void testRemoveItemWhenIndexInitialized() throws FacetConfigServiceException, IndexerException, SolrServiceException
-
testRemoveItemWhenIndexNotInitialized
public void testRemoveItemWhenIndexNotInitialized() throws FacetConfigServiceException, IndexerException, SolrServiceException
-
testUpdateItemWhenIndexInitialized
public void testUpdateItemWhenIndexInitialized() throws FacetConfigServiceException, IndexerException, SolrServiceException
-
testUpdateItemWhenIndexNotInitialized
public void testUpdateItemWhenIndexNotInitialized() throws FacetConfigServiceException, IndexerException, SolrServiceException
-
-