Class DefaultOrderCancellationServiceTest
java.lang.Object
de.hybris.platform.warehousing.cancellation.impl.DefaultOrderCancellationServiceTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultOrderCancellationServiceTest
public DefaultOrderCancellationServiceTest()
-
-
Method Details
-
setUp
public void setUp() -
shouldCancelNonAllocatedQuantities_WithNote
- Throws:
OrderCancelException
-
shouldCancelNonAllocatedQuantities_WithoutNote
- Throws:
OrderCancelException
-
shouldCancelAllocatedQuantities_1Consignment
- Throws:
OrderCancelException
-
shouldCancelAllocatedQuantities_2Consignment
- Throws:
OrderCancelException
-
shouldCancelAllocatedQuantities_2Consignments_2CancelEntries_affectAllConsignmentEntries
public void shouldCancelAllocatedQuantities_2Consignments_2CancelEntries_affectAllConsignmentEntries() throws OrderCancelException- Throws:
OrderCancelException
-
shouldCancelAllocatedQuantities_2Consignments_2CancelEntries_affect3ConsignmentEntries
public void shouldCancelAllocatedQuantities_2Consignments_2CancelEntries_affect3ConsignmentEntries() throws OrderCancelException- Throws:
OrderCancelException
-
shouldCancelHalfAllocatedHalfNotAllocatedQuantities_1Consignment
public void shouldCancelHalfAllocatedHalfNotAllocatedQuantities_1Consignment() throws OrderCancelException- Throws:
OrderCancelException
-
shouldCancelHalfAllocatedHalfNotAllocatedQuantities_2Consignment
public void shouldCancelHalfAllocatedHalfNotAllocatedQuantities_2Consignment() throws OrderCancelException- Throws:
OrderCancelException
-
shouldNotAllowCancellingMoreThanOriginalQuantity
- Throws:
OrderCancelException
-