Class DefaultDeliveryModeCostValueServiceTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.order.strategies.calculation.impl.servicelayer.DefaultDeliveryModeCostValueServiceTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultDeliveryModeCostValueServiceTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultDeliveryModeCostValueServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testDeliveryCostCalculation()
void
testEmptyAddress()
void
testEmptyCountryAddress()
void
testEmptyCurrency()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDeliveryCostCalculation
public void testDeliveryCostCalculation() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEmptyAddress
public void testEmptyAddress()
-
testEmptyCountryAddress
public void testEmptyCountryAddress()
-
testEmptyCurrency
public void testEmptyCurrency()
-
tearDown
public void tearDown() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-