Class DefaultDeliveryServiceTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.delivery.impl.DefaultDeliveryServiceTest
-
@UnitTest public class DefaultDeliveryServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultDeliveryServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestFindDeliveryModeByCode()voidtestGetCountry()voidtestGetDeliveryCountriesEmpty()voidtestGetDeliveryCountriesWithCommerceCommonI18NService()voidtestGetSupportedDeliveryModes()voidtestGetSupportedDeliveryModesEmpty()voidtestGetZoneDeliveryModeValueForAbstractOrder()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetDeliveryCountriesEmpty
public void testGetDeliveryCountriesEmpty()
-
testGetDeliveryCountriesWithCommerceCommonI18NService
public void testGetDeliveryCountriesWithCommerceCommonI18NService()
-
testGetCountry
public void testGetCountry()
-
testGetSupportedDeliveryModesEmpty
public void testGetSupportedDeliveryModesEmpty()
-
testGetSupportedDeliveryModes
public void testGetSupportedDeliveryModes()
-
testFindDeliveryModeByCode
public void testFindDeliveryModeByCode()
-
testGetZoneDeliveryModeValueForAbstractOrder
public void testGetZoneDeliveryModeValueForAbstractOrder()
-
-