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
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DistributedProcessModelgivenStaleProcess(int staleTurnsCount) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtearDown()Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
ImportProcessExecutionAnalysisContextIntegrationTest
public ImportProcessExecutionAnalysisContextIntegrationTest()
-
-
Method Details
-
tearDown
- 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
-