Class QuoteProcessContextStrategyTest
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.process.strategies.impl.QuoteProcessContextStrategyTest
-
@UnitTest public class QuoteProcessContextStrategyTest extends java.lang.Object
Test class for QuoteProcessContextStrategy
-
-
Constructor Summary
Constructors Constructor Description QuoteProcessContextStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetCmsSite()voidtestGetOrderModel()voidtestSetCurrencyFromCustomerIfNotPresentInQuote()voidtestSetCurrencyFromQuoteIfPresent()voidtestSetDefaultCurrencyIfNotPresentInQuoteorCustomer()voidtestSetDefaultLanguageIfNotPresentInCustomer()voidtestSetLanguageFromCustomer()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetCmsSite
public void testGetCmsSite() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetCurrencyFromQuoteIfPresent
public void testSetCurrencyFromQuoteIfPresent() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetCurrencyFromCustomerIfNotPresentInQuote
public void testSetCurrencyFromCustomerIfNotPresentInQuote() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetDefaultCurrencyIfNotPresentInQuoteorCustomer
public void testSetDefaultCurrencyIfNotPresentInQuoteorCustomer() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetLanguageFromCustomer
public void testSetLanguageFromCustomer() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetDefaultLanguageIfNotPresentInCustomer
public void testSetDefaultLanguageIfNotPresentInCustomer() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetOrderModel
public void testGetOrderModel() throws java.lang.Exception- Throws:
java.lang.Exception
-
-