Class BackofficeSnIndexerStrategyTest
- java.lang.Object
-
- com.hybris.backoffice.searchservices.indexer.impl.BackofficeSnIndexerStrategyTest
-
public class BackofficeSnIndexerStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BackofficeSnIndexerStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidshouldNotSetIndexToActiveWhenFullIndexIsActive()voidshouldNotSetIndexToActiveWhenIsNotFullIndex()voidshouldNotSetIndexToActiveWhenIsNotFullIndexForBackofficeProduct()voidshouldSetIndexToActiveWhenFullIndexForBackofficeProductFail()voidshouldSetIndexToActiveWhenFullIndexForBackofficeProductSuccessfully()
-
-
-
Method Detail
-
init
public void init()
-
shouldSetIndexToActiveWhenFullIndexForBackofficeProductSuccessfully
public void shouldSetIndexToActiveWhenFullIndexForBackofficeProductSuccessfully()
-
shouldNotSetIndexToActiveWhenFullIndexIsActive
public void shouldNotSetIndexToActiveWhenFullIndexIsActive()
-
shouldNotSetIndexToActiveWhenIsNotFullIndex
public void shouldNotSetIndexToActiveWhenIsNotFullIndex()
-
shouldNotSetIndexToActiveWhenIsNotFullIndexForBackofficeProduct
public void shouldNotSetIndexToActiveWhenIsNotFullIndexForBackofficeProduct()
-
shouldSetIndexToActiveWhenFullIndexForBackofficeProductFail
public void shouldSetIndexToActiveWhenFullIndexForBackofficeProductFail()
-
-