Class DefaultAllocationServiceTest
- java.lang.Object
-
- de.hybris.platform.warehousing.allocation.impl.DefaultAllocationServiceTest
-
@UnitTest public class DefaultAllocationServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultAllocationServiceTest()
-
Method Summary
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReallocateAndPopulateConsignmentEntryEvent_WithNote
public void shouldReallocateAndPopulateConsignmentEntryEvent_WithNote()
-
shouldAutoReallocateTriggerSourcing
public void shouldAutoReallocateTriggerSourcing()
-
shouldReallocateAndPopulateConsignmentEntryEvent_NoNote
public void shouldReallocateAndPopulateConsignmentEntryEvent_NoNote()
-
shouldReallocate_PartialConsignmentEntryOnly
public void shouldReallocate_PartialConsignmentEntryOnly()
-
shouldReallocate_PartialConsignmentEntry_SecondDecline
public void shouldReallocate_PartialConsignmentEntry_SecondDecline()
-
shouldReallocate_NoMoreThanConsignmentEntryQuantityPending
public void shouldReallocate_NoMoreThanConsignmentEntryQuantityPending()
-
shouldReallocate_Partial_MultipleEntriesSameLocation
public void shouldReallocate_Partial_MultipleEntriesSameLocation()
-
shouldReallocate_Partial_MultipleEntriesDiffLocation
public void shouldReallocate_Partial_MultipleEntriesDiffLocation()
-
shouldReallocate_EntireConsignment
public void shouldReallocate_EntireConsignment()
-
shouldFailReallocate_NullEntries
public void shouldFailReallocate_NullEntries()
-
shouldFailReallocate_EmptyEntries
public void shouldFailReallocate_EmptyEntries()
-
shouldMakePickupConsignment_OrderEntryHasDeliveryPos
public void shouldMakePickupConsignment_OrderEntryHasDeliveryPos()
-
shouldMakeShipConsignment_OrderEntryHasNoDeliveryPos
public void shouldMakeShipConsignment_OrderEntryHasNoDeliveryPos()
-
createShipConsignment_MultipleConsignments_MultipleResults
public void createShipConsignment_MultipleConsignments_MultipleResults()
-
createShipConsignment_MultipleConsignments_SingleResult
public void createShipConsignment_MultipleConsignments_SingleResult()
-
createShipConsignment_SingleConsignment_MultipleResults
public void createShipConsignment_SingleConsignment_MultipleResults()
-
createShipConsignment_SingleConsignment_SingleResult
public void createShipConsignment_SingleConsignment_SingleResult()
-
shouldFail_nullCode
public void shouldFail_nullCode()
-
shouldFail_nullSourcingResult
public void shouldFail_nullSourcingResult()
-
createAllocationEvents_MultipleConsignments
public void createAllocationEvents_MultipleConsignments()
-
warehouseWithNotNullSystemConfig
public void warehouseWithNotNullSystemConfig()
-
warehouseWithNullSystemConfig
public void warehouseWithNullSystemConfig()
-
shouldFail_manualReallocate_NoStockEntry
public void shouldFail_manualReallocate_NoStockEntry()
-
shouldFail_manualReallocate_NoReallocationWarehouse
public void shouldFail_manualReallocate_NoReallocationWarehouse()
-
-