Class ReAllocateConsignmentActionTest
- java.lang.Object
-
- de.hybris.platform.yacceleratorordermanagement.actions.consignment.ReAllocateConsignmentActionTest
-
@UnitTest public class ReAllocateConsignmentActionTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReAllocateConsignmentActionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldPerformAutoReallocation()voidshouldPerformManualAndAutoReallocationExternalWarehouse()voidshouldPerformManualAndAutoReallocationInternalWarehouse()voidshouldPerformManualReallocationInternalWarehouse()
-
-
-
Method Detail
-
setup
public void setup()
-
shouldPerformAutoReallocation
public void shouldPerformAutoReallocation() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldPerformManualReallocationInternalWarehouse
public void shouldPerformManualReallocationInternalWarehouse() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldPerformManualAndAutoReallocationInternalWarehouse
public void shouldPerformManualAndAutoReallocationInternalWarehouse() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldPerformManualAndAutoReallocationExternalWarehouse
public void shouldPerformManualAndAutoReallocationExternalWarehouse() throws java.lang.Exception- Throws:
java.lang.Exception
-
-