Class ProcessConsignmentPreFulfillmentActionTest
java.lang.Object
de.hybris.platform.yacceleratorordermanagement.actions.consignment.ProcessConsignmentPreFulfillmentActionTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static classprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
ProcessConsignmentPreFulfillmentActionTest
public ProcessConsignmentPreFulfillmentActionTest()
-
-
Method Details
-
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()
-