Class ProcessConsignmentPreFulfillmentActionTest
- java.lang.Object
-
- de.hybris.platform.yacceleratorordermanagement.actions.consignment.ProcessConsignmentPreFulfillmentActionTest
-
@UnitTest public class ProcessConsignmentPreFulfillmentActionTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classProcessConsignmentPreFulfillmentActionTest.FirstConsignmentPreFulfillmentStrategyprotected static classProcessConsignmentPreFulfillmentActionTest.SecondConsignmentPreFulfillmentStrategyprotected static classProcessConsignmentPreFulfillmentActionTest.ThirdConsignmentPreFulfillmentStrategy
-
Constructor Summary
Constructors Constructor Description ProcessConsignmentPreFulfillmentActionTest()
-
Method Summary
-
-
-
Method Detail
-
setup
public void setup()
-
shouldTransitionToOkWhenNoPreProcessingRequired
public void shouldTransitionToOkWhenNoPreProcessingRequired()
-
shouldTransitionToOKWhenNothingExecutedAndOnlyOneGoAheadPreFulfillmentStrategyToExecute
public void shouldTransitionToOKWhenNothingExecutedAndOnlyOneGoAheadPreFulfillmentStrategyToExecute()
-
shouldTransitionToWaitWhenNothingExecutedAndNoGoAheadPreFulfillmentStrategyToExecute
public void shouldTransitionToWaitWhenNothingExecutedAndNoGoAheadPreFulfillmentStrategyToExecute()
-
shouldTransitionToOkWhenOneStrategyExecutedAndOnlyOneGoAheadPreFulfillmentStrategyToExecute
public void shouldTransitionToOkWhenOneStrategyExecutedAndOnlyOneGoAheadPreFulfillmentStrategyToExecute()
-
shouldTransitionToWaitWhenOneStrategyExecutedAndMixOfGoAheadAndNoGoAheadPreFulfillmentStrategyToExecute
public void shouldTransitionToWaitWhenOneStrategyExecutedAndMixOfGoAheadAndNoGoAheadPreFulfillmentStrategyToExecute()
-
shouldTransitionToWaitWhenAllButLastOneNoGoAheadPreFulfillmentStrategyToExecute
public void shouldTransitionToWaitWhenAllButLastOneNoGoAheadPreFulfillmentStrategyToExecute()
-
shouldTransitionToOkWhenAllPreFulfillmentStrategiesAlreadyBeenExecuted
public void shouldTransitionToOkWhenAllPreFulfillmentStrategiesAlreadyBeenExecuted()
-
shouldTransitionToErrorWhenInvalidLastExecutedStrategy
public void shouldTransitionToErrorWhenInvalidLastExecutedStrategy()
-
shouldGetNullAsLastExecutedConsignmentPreFulfillmentStrategy
public void shouldGetNullAsLastExecutedConsignmentPreFulfillmentStrategy()
-
shouldThrowExceptionWhenInvalidLastStrategy
public void shouldThrowExceptionWhenInvalidLastStrategy()
-
shouldSetStrategyInContextParam
public void shouldSetStrategyInContextParam()
-
shouldCleanStrategyContextParamWhenParamPresent
public void shouldCleanStrategyContextParamWhenParamPresent()
-
shouldCleanStrategyContextParamNoParamPresent
public void shouldCleanStrategyContextParamNoParamPresent()
-
-