Class DefaultOrderCancellationServiceTest
- java.lang.Object
-
- de.hybris.platform.warehousing.cancellation.impl.DefaultOrderCancellationServiceTest
-
@UnitTest public class DefaultOrderCancellationServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultOrderCancellationServiceTest()
-
Method Summary
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldCancelNonAllocatedQuantities_WithNote
public void shouldCancelNonAllocatedQuantities_WithNote() throws OrderCancelException
- Throws:
OrderCancelException
-
shouldCancelNonAllocatedQuantities_WithoutNote
public void shouldCancelNonAllocatedQuantities_WithoutNote() throws OrderCancelException
- Throws:
OrderCancelException
-
shouldCancelAllocatedQuantities_1Consignment
public void shouldCancelAllocatedQuantities_1Consignment() throws OrderCancelException
- Throws:
OrderCancelException
-
shouldCancelAllocatedQuantities_2Consignment
public void shouldCancelAllocatedQuantities_2Consignment() throws OrderCancelException
- 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
public void shouldNotAllowCancellingMoreThanOriginalQuantity() throws OrderCancelException
- Throws:
OrderCancelException
-
-