Class MerchIndexingListenerTest

java.lang.Object
com.hybris.merchandising.indexer.listeners.MerchIndexingListenerTest

@UnitTest public class MerchIndexingListenerTest extends Object
  • Field Details

  • Constructor Details

    • MerchIndexingListenerTest

      public MerchIndexingListenerTest()
  • Method Details

    • setUp

      public void setUp() throws SolrServiceException
      Throws:
      SolrServiceException
    • mappedInputDocumentsShouldBeSentToHandleProductsBatch

      public void mappedInputDocumentsShouldBeSentToHandleProductsBatch() throws Exception
      Throws:
      Exception
    • testSanitisation

      public void testSanitisation()
    • testIsToSynchronize

      public void testIsToSynchronize()
    • createActionForFullIndexOpShouldReturnCreate

      public void createActionForFullIndexOpShouldReturnCreate() throws Exception
      Throws:
      Exception
    • createActionForUpdateIndexOpShouldReturnUpdate

      public void createActionForUpdateIndexOpShouldReturnUpdate() throws Exception
      Throws:
      Exception
    • createActionForPartialUpdateIndexOpShouldReturnUpdate

      public void createActionForPartialUpdateIndexOpShouldReturnUpdate() throws Exception
      Throws:
      Exception
    • createActionForDeleteIndexOpShouldReturnDelete

      public void createActionForDeleteIndexOpShouldReturnDelete() throws Exception
      Throws:
      Exception
    • handleAndPublishShouldBeCalledAfterFullIndexOperation

      public void handleAndPublishShouldBeCalledAfterFullIndexOperation() throws Exception
      Throws:
      Exception
    • handleShouldBeCalledAfterDeleteIndexOperation

      public void handleShouldBeCalledAfterDeleteIndexOperation() throws Exception
      Throws:
      Exception
    • handleShouldBeCalledAfterPartialUpdateIndexOperation

      public void handleShouldBeCalledAfterPartialUpdateIndexOperation() throws Exception
      Throws:
      Exception