Class DefaultConsignmentCancellationServiceTest
- java.lang.Object
-
- de.hybris.platform.warehousing.cancellation.impl.DefaultConsignmentCancellationServiceTest
-
@UnitTest public class DefaultConsignmentCancellationServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultConsignmentCancellationServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldCancelConsignment()
void
shouldCancelConsignment_InternalWarehouse()
void
shouldNotProcessConsignmentCancellation_WrongConsignmentStatus()
void
shouldProcessConsignmentCancellation_MultipleCancellations()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldCancelConsignment
public void shouldCancelConsignment()
-
shouldCancelConsignment_InternalWarehouse
public void shouldCancelConsignment_InternalWarehouse()
-
shouldProcessConsignmentCancellation_MultipleCancellations
public void shouldProcessConsignmentCancellation_MultipleCancellations()
-
shouldNotProcessConsignmentCancellation_WrongConsignmentStatus
public void shouldNotProcessConsignmentCancellation_WrongConsignmentStatus()
-
-