Class DefaultOndemandDeliveryAddressStrategyTest
- java.lang.Object
-
- de.hybris.platform.integration.commons.strategies.impl.DefaultOndemandDeliveryAddressStrategyTest
-
@UnitTest public class DefaultOndemandDeliveryAddressStrategyTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classDefaultOndemandDeliveryAddressStrategyTest.MockAddressModel
-
Constructor Summary
Constructors Constructor Description DefaultOndemandDeliveryAddressStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetDeliveryAddressForOrder()voidtestGetDeliveryAddressForOrderWithMultiplePickupEntries()Test case for scenario where Order Model with multiple pickup entries.voidtestGetDeliveryAddressForOrderWithOnlyOnePickupEntry()voidtestGetDeliveryAddressForOrderWithShipAndPickupEntries()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetDeliveryAddressForOrder
public void testGetDeliveryAddressForOrder()
-
testGetDeliveryAddressForOrderWithShipAndPickupEntries
public void testGetDeliveryAddressForOrderWithShipAndPickupEntries()
-
testGetDeliveryAddressForOrderWithOnlyOnePickupEntry
public void testGetDeliveryAddressForOrderWithOnlyOnePickupEntry()
-
testGetDeliveryAddressForOrderWithMultiplePickupEntries
public void testGetDeliveryAddressForOrderWithMultiplePickupEntries()
Test case for scenario where Order Model with multiple pickup entries. The address of the entry with highest value should be returned
-
-