Class UpdateConsignmentActionTest
- java.lang.Object
-
- de.hybris.platform.yacceleratorordermanagement.actions.consignment.UpdateConsignmentActionTest
-
@UnitTest public class UpdateConsignmentActionTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UpdateConsignmentActionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldUpdateTheStatusToReadyForPickupWhenExecuted()voidshouldUpdateTheStatusToReadyForShipWhenExecuted()
-
-
-
Method Detail
-
setup
public void setup()
-
shouldUpdateTheStatusToReadyForPickupWhenExecuted
public void shouldUpdateTheStatusToReadyForPickupWhenExecuted() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldUpdateTheStatusToReadyForShipWhenExecuted
public void shouldUpdateTheStatusToReadyForShipWhenExecuted() throws java.lang.Exception- Throws:
java.lang.Exception
-
-