Class SimpleDistributedProcessIntegrationTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.processing.distributed.simple.SimpleDistributedProcessIntegrationTest
All Implemented Interfaces:
JaloSessionHolder

public class SimpleDistributedProcessIntegrationTest extends ServicelayerBaseTest
  • Constructor Details

    • SimpleDistributedProcessIntegrationTest

      public SimpleDistributedProcessIntegrationTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      public void tearDown() throws Exception
      Throws:
      Exception
    • shouldFinishProcessSuccessfully

      public void shouldFinishProcessSuccessfully() throws Exception
      Throws:
      Exception
    • shouldFinishProcessSuccessfullyUsingDatabasePaging

      public void shouldFinishProcessSuccessfullyUsingDatabasePaging() throws Exception
      Throws:
      Exception
    • shouldFailWholeProcessWhenEachBatchConstantlyThrowsAnException

      public void shouldFailWholeProcessWhenEachBatchConstantlyThrowsAnException() throws Exception
      Throws:
      Exception
    • shouldFinishPossibleToDoBatchesAndTryToRetryThoseWhichAreFailing

      public void shouldFinishPossibleToDoBatchesAndTryToRetryThoseWhichAreFailing() throws Exception
      Throws:
      Exception
    • shouldFinishProcessSuccessfullyForMultiValueQuery

      public void shouldFinishProcessSuccessfullyForMultiValueQuery() throws Exception
      Throws:
      Exception
    • shouldFinishProcessSuccesfullyOnlyForItemsMatchesTheQuery

      public void shouldFinishProcessSuccesfullyOnlyForItemsMatchesTheQuery() throws Exception
      Throws:
      Exception
    • shouldFinishProcessSuccesfullyUsingScriptingBasedProcessor

      public void shouldFinishProcessSuccesfullyUsingScriptingBasedProcessor() throws Exception
      Throws:
      Exception
    • shouldFinishProcessSuccessfullyWithUseOfFullyBlownFlexibleSearchQueryObject

      public void shouldFinishProcessSuccessfullyWithUseOfFullyBlownFlexibleSearchQueryObject() throws Exception
      Throws:
      Exception
    • shouldAllowToSetHookBeforeQueryWhenProducingBatches

      public void shouldAllowToSetHookBeforeQueryWhenProducingBatches() throws Exception
      Throws:
      Exception
    • shouldThrowAnExceptionWhenQueryIsNull

      public void shouldThrowAnExceptionWhenQueryIsNull() throws Exception
      Throws:
      Exception
    • shouldFinishProcessSuccessfullyUsingCollectionBasedCreationData

      public void shouldFinishProcessSuccessfullyUsingCollectionBasedCreationData() throws Exception
      Throws:
      Exception