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 Constructor Description ImportProcessExecutionAnalysisContextIntegrationTest()
-
Method Summary
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
tearDown
public void tearDown() throws java.lang.Exception
- Throws:
java.lang.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)
-
-