Class RetrieveChannelStrategyTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.europe1.channel.strategies.RetrieveChannelStrategyTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class RetrieveChannelStrategyTest 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 RetrieveChannelStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetChannelForInvalidUIExpLevelContext()
void
testGetChannelForNullChannelContext()
void
testGetChannelForNullContext()
void
testGetChannelForNullUIExpLevelContext()
void
testGetChannelForValidChannelContext()
void
testGetChannelForValidUIExpLevelContext()
-
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()
-
testGetChannelForNullUIExpLevelContext
public void testGetChannelForNullUIExpLevelContext()
-
testGetChannelForValidUIExpLevelContext
public void testGetChannelForValidUIExpLevelContext()
-
testGetChannelForNullChannelContext
public void testGetChannelForNullChannelContext()
-
testGetChannelForValidChannelContext
public void testGetChannelForValidChannelContext()
-
testGetChannelForInvalidUIExpLevelContext
public void testGetChannelForInvalidUIExpLevelContext() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-