Class OrderEntryShippedQuantityHandlerTest
- java.lang.Object
-
- de.hybris.platform.warehousing.shipping.quantityhandlers.OrderEntryShippedQuantityHandlerTest
-
@UnitTest public class OrderEntryShippedQuantityHandlerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OrderEntryShippedQuantityHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldGetQuantityShipped_2ConsignmentEntries()voidshouldGetQuantityShipped_SingleConsignmentEntry()voidshouldNotSupportSet()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldGetQuantityShipped_SingleConsignmentEntry
public void shouldGetQuantityShipped_SingleConsignmentEntry()
-
shouldGetQuantityShipped_2ConsignmentEntries
public void shouldGetQuantityShipped_2ConsignmentEntries()
-
shouldNotSupportSet
public void shouldNotSupportSet()
-
-