@UnitTest public class ProcessConsignmentPreFulfillmentActionTest extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ProcessConsignmentPreFulfillmentActionTest.FirstConsignmentPreFulfillmentStrategy |
protected static class |
ProcessConsignmentPreFulfillmentActionTest.SecondConsignmentPreFulfillmentStrategy |
protected static class |
ProcessConsignmentPreFulfillmentActionTest.ThirdConsignmentPreFulfillmentStrategy |
| Constructor and Description |
|---|
ProcessConsignmentPreFulfillmentActionTest() |
public ProcessConsignmentPreFulfillmentActionTest()
public void setup()
public void shouldTransitionToOkWhenNoPreProcessingRequired()
public void shouldTransitionToOKWhenNothingExecutedAndOnlyOneGoAheadPreFulfillmentStrategyToExecute()
public void shouldTransitionToWaitWhenNothingExecutedAndNoGoAheadPreFulfillmentStrategyToExecute()
public void shouldTransitionToOkWhenOneStrategyExecutedAndOnlyOneGoAheadPreFulfillmentStrategyToExecute()
public void shouldTransitionToWaitWhenOneStrategyExecutedAndMixOfGoAheadAndNoGoAheadPreFulfillmentStrategyToExecute()
public void shouldTransitionToWaitWhenAllButLastOneNoGoAheadPreFulfillmentStrategyToExecute()
public void shouldTransitionToOkWhenAllPreFulfillmentStrategiesAlreadyBeenExecuted()
public void shouldTransitionToErrorWhenInvalidLastExecutedStrategy()
public void shouldGetNullAsLastExecutedConsignmentPreFulfillmentStrategy()
public void shouldThrowExceptionWhenInvalidLastStrategy()
public void shouldSetStrategyInContextParam()
public void shouldCleanStrategyContextParamWhenParamPresent()
public void shouldCleanStrategyContextParamNoParamPresent()
Copyright © 2018 SAP SE. All Rights Reserved.