Class ImportProcessExecutionAnalysisContextIntegrationTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.impex.distributed.process.ImportProcessExecutionAnalysisContextIntegrationTest
All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class ImportProcessExecutionAnalysisContextIntegrationTest extends ServicelayerBaseTest
  • Constructor Details

    • ImportProcessExecutionAnalysisContextIntegrationTest

      public ImportProcessExecutionAnalysisContextIntegrationTest()
  • Method Details

    • tearDown

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

      public void shouldSucceedAfterFirstTurnWhenThereIsOnlyOneGroupAndAllBatchesHaveBeenFullyProcessed()
    • shouldSucceedAfterFirstTurnWhenThereManyGroupsAndAllBatchesHaveBeenFullyProcessed

      public void shouldSucceedAfterFirstTurnWhenThereManyGroupsAndAllBatchesHaveBeenFullyProcessed()
    • shouldContinueExecutingOfNextGroupForFirstTurn

      public void shouldContinueExecutingOfNextGroupForFirstTurn()
    • shouldContinueExecutingSucce

      public void shouldContinueExecutingSucce()
    • shouldSucceedAfterSecondTurnWhenWhenAllBatchesHaveBeenFullyProcessed

      public void shouldSucceedAfterSecondTurnWhenWhenAllBatchesHaveBeenFullyProcessed()
    • shouldContinueExecutionOfNextTurnWithLeftoversFromPreviousTurn

      public void shouldContinueExecutionOfNextTurnWithLeftoversFromPreviousTurn()
    • shouldFailIfThereIsNoProgressionInThreeLatestTurnsAndConfiguredAccordingly

      public void shouldFailIfThereIsNoProgressionInThreeLatestTurnsAndConfiguredAccordingly()
    • shouldFailIfThereIsNoProgressionInTwoLatestTurnsAndConfiguredAccordingly

      public void shouldFailIfThereIsNoProgressionInTwoLatestTurnsAndConfiguredAccordingly()
    • shouldFailIfThereIsNoProgressionInFiveLatestTurnsAndConfiguredAccordingly

      public void shouldFailIfThereIsNoProgressionInFiveLatestTurnsAndConfiguredAccordingly()
    • shouldUseDefaultNoProgressionLimitWhenConfiguredToZero

      public void shouldUseDefaultNoProgressionLimitWhenConfiguredToZero()
    • shouldUseDefaultNoProgressionLimitWhenConfiguredToBelowZero

      public void shouldUseDefaultNoProgressionLimitWhenConfiguredToBelowZero()
    • givenStaleProcess

      protected DistributedProcessModel givenStaleProcess(int staleTurnsCount)