Class StoreFrontProcessContextStrategyTest
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.process.strategies.impl.StoreFrontProcessContextStrategyTest
-
@UnitTest public class StoreFrontProcessContextStrategyTest extends java.lang.Object
Test class for StoreFrontProcessContextStrategy
-
-
Constructor Summary
Constructors Constructor Description StoreFrontProcessContextStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetCmsSiteFromNonStoreFrontProcess()voidtestGetCmsSiteFromStoreFrontProcess()voidtestSetCurrencyFromCustomer()voidtestSetCurrencyFromDefaultCurrency()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetCmsSiteFromStoreFrontProcess
public void testGetCmsSiteFromStoreFrontProcess() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetCmsSiteFromNonStoreFrontProcess
public void testGetCmsSiteFromNonStoreFrontProcess() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetCurrencyFromCustomer
public void testSetCurrencyFromCustomer() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetCurrencyFromDefaultCurrency
public void testSetCurrencyFromDefaultCurrency() throws java.lang.Exception- Throws:
java.lang.Exception
-
-