Class RetrieveChannelStrategyTestSL
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.order.strategies.calculation.impl.RetrieveChannelStrategyTestSL
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class RetrieveChannelStrategyTestSL extends ServicelayerTest
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
CHANNEL
protected static java.lang.String
DETECTED_UI_EXPERIENCE_LEVEL
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description RetrieveChannelStrategyTestSL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RetrieveChannelStrategy
getChannelStrategySL()
void
testGetChannelForNullChannelContextSL()
void
testGetChannelForNullContext()
void
testGetChannelForNullUIExpLevelContextSL()
void
testGetChannelForValidChannelContextSL()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
DETECTED_UI_EXPERIENCE_LEVEL
protected static final java.lang.String DETECTED_UI_EXPERIENCE_LEVEL
- See Also:
- Constant Field Values
-
CHANNEL
protected static final java.lang.String CHANNEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
testGetChannelForNullContext
public void testGetChannelForNullContext()
-
testGetChannelForNullUIExpLevelContextSL
public void testGetChannelForNullUIExpLevelContextSL()
-
testGetChannelForNullChannelContextSL
public void testGetChannelForNullChannelContextSL()
-
testGetChannelForValidChannelContextSL
public void testGetChannelForValidChannelContextSL()
-
getChannelStrategySL
public RetrieveChannelStrategy getChannelStrategySL()
-
-