Class DirectSearchservicesIndexSynchronizationStrategyTest
- java.lang.Object
-
- com.hybris.backoffice.searchservices.events.DirectSearchservicesIndexSynchronizationStrategyTest
-
public class DirectSearchservicesIndexSynchronizationStrategyTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINDEX_TYPE_IDstatic longPK_1static java.lang.StringPRODUCT_TYPECODE
-
Constructor Summary
Constructors Constructor Description DirectSearchservicesIndexSynchronizationStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidtestNotRemoveItemWhenIndexNotInitialized()voidtestNotUpdateItemWhenIndexNotInitialized()voidtestRemoveItemWhenIndexInitialized()voidtestUpdateItemWhenIndexInitialized()
-
-
-
Field Detail
-
PRODUCT_TYPECODE
public static final java.lang.String PRODUCT_TYPECODE
- See Also:
- Constant Field Values
-
PK_1
public static final long PK_1
- See Also:
- Constant Field Values
-
INDEX_TYPE_ID
public static final java.lang.String INDEX_TYPE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init()
-
testRemoveItemWhenIndexInitialized
public void testRemoveItemWhenIndexInitialized() throws SnIndexerException- Throws:
SnIndexerException
-
testNotRemoveItemWhenIndexNotInitialized
public void testNotRemoveItemWhenIndexNotInitialized() throws SnIndexerException- Throws:
SnIndexerException
-
testUpdateItemWhenIndexInitialized
public void testUpdateItemWhenIndexInitialized() throws SnIndexerException- Throws:
SnIndexerException
-
testNotUpdateItemWhenIndexNotInitialized
public void testNotUpdateItemWhenIndexNotInitialized() throws SnIndexerException- Throws:
SnIndexerException
-
-