Class DefaultConsignmentTrackingServiceTest
- java.lang.Object
-
- de.hybris.platform.consignmenttrackingservices.service.impl.DefaultConsignmentTrackingServiceTest
-
@UnitTest public class DefaultConsignmentTrackingServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultConsignmentTrackingServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepare()voidtest_getCarrierAdaptor_CarrierDetailIsNone()voidtest_getConsignmentEvents()voidtest_getConsignmentEvents_TackingidIsNone()voidtest_getConsignmentForCode()voidtest_getConsignmentForOrder()voidtest_getDefaultDeliveryLeadTime()voidtest_getDefaultTrackingUrl()voidtest_getDeliveryLeadTime()voidtest_getTrackingUrlForConsignment()voidtest_isTrackingIdValid()voidtest_updateConsignmentStatusForCode()
-
-
-
Method Detail
-
prepare
public void prepare() throws java.net.MalformedURLException- Throws:
java.net.MalformedURLException
-
test_getTrackingUrlForConsignment
public void test_getTrackingUrlForConsignment() throws java.net.MalformedURLException- Throws:
java.net.MalformedURLException
-
test_isTrackingIdValid
public void test_isTrackingIdValid()
-
test_getConsignmentEvents
public void test_getConsignmentEvents()
-
test_getConsignmentEvents_TackingidIsNone
public void test_getConsignmentEvents_TackingidIsNone()
-
test_getCarrierAdaptor_CarrierDetailIsNone
public void test_getCarrierAdaptor_CarrierDetailIsNone()
-
test_getConsignmentForCode
public void test_getConsignmentForCode()
-
test_getConsignmentForOrder
public void test_getConsignmentForOrder()
-
test_getDeliveryLeadTime
public void test_getDeliveryLeadTime()
-
test_getDefaultDeliveryLeadTime
public void test_getDefaultDeliveryLeadTime()
-
test_updateConsignmentStatusForCode
public void test_updateConsignmentStatusForCode()
-
test_getDefaultTrackingUrl
public void test_getDefaultTrackingUrl()
-
-