Class DynamicAttributestTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalTest
-
- de.hybris.platform.personalizationsearch.dynamic.DynamicAttributestTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DynamicAttributestTest extends ServicelayerTransactionalTest
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
ACTION_CODE
protected static java.lang.String
ACTION_TARGET
protected static java.lang.String
SEARCH_PROFILE_CATALOG
protected static java.lang.String
SEARCH_PROFILE_CODE
-
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 DynamicAttributestTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldCalculateAffectedObjectKey()
-
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
-
SEARCH_PROFILE_CODE
protected static final java.lang.String SEARCH_PROFILE_CODE
- See Also:
- Constant Field Values
-
SEARCH_PROFILE_CATALOG
protected static final java.lang.String SEARCH_PROFILE_CATALOG
- See Also:
- Constant Field Values
-
ACTION_CODE
protected static final java.lang.String ACTION_CODE
- See Also:
- Constant Field Values
-
ACTION_TARGET
protected static final java.lang.String ACTION_TARGET
- See Also:
- Constant Field Values
-
-