Class DefaultConsignmentTrackingFacadeTest
- java.lang.Object
-
- de.hybris.platform.consignmenttrackingfacades.impl.DefaultConsignmentTrackingFacadeTest
-
@UnitTest public class DefaultConsignmentTrackingFacadeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultConsignmentTrackingFacadeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepare()voidtestGetConsignmentByCode()voidtestGetConsignmentByOrder()voidtestGetConsignmentByOrderNoconsignments()voidtestGetTrackingUrlForConsignment()voidtestGetTrackingUrlForConsignmentWithNullUrl()
-
-
-
Method Detail
-
prepare
public void prepare()
-
testGetConsignmentByCode
public void testGetConsignmentByCode()
-
testGetConsignmentByOrder
public void testGetConsignmentByOrder()
-
testGetConsignmentByOrderNoconsignments
public void testGetConsignmentByOrderNoconsignments()
-
testGetTrackingUrlForConsignment
public void testGetTrackingUrlForConsignment() throws java.net.MalformedURLException- Throws:
java.net.MalformedURLException
-
testGetTrackingUrlForConsignmentWithNullUrl
public void testGetTrackingUrlForConsignmentWithNullUrl()
-
-