Class DefaultCommerceRuleEngineCacheServiceIT
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.ruleengineservices.cache.impl.DefaultCommerceRuleEngineCacheServiceIT
-
- All Implemented Interfaces:
JaloSessionHolder
@Deprecated(since="2005", forRemoval=true) public class DefaultCommerceRuleEngineCacheServiceIT extends ServicelayerTestDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedExceptionDeprecated, for removal: This API element is subject to removal in a future version.-
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 DefaultCommerceRuleEngineCacheServiceIT()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected RuleConfigurationRRDcreateRuleConfigurationRRD(java.lang.String ruleCode, java.lang.String ruleGroupCode)Deprecated, for removal: This API element is subject to removal in a future version.protected RuleGroupExecutionRRDcreateRuleGroupExecutionRRD(java.lang.String ruleGroupCode)Deprecated, for removal: This API element is subject to removal in a future version.voidsetup()Deprecated, for removal: This API element is subject to removal in a future version.voidtestAddToCacheWithNullCache()Deprecated, for removal: This API element is subject to removal in a future version.voidtestAddToCacheWithWrongCacheType()Deprecated, for removal: This API element is subject to removal in a future version.voidtestCreateKIEModuleCacheWithNullPK()Deprecated, for removal: This API element is subject to removal in a future version.voidtestCreateKIEModuleCacheWithNullValue()Deprecated, for removal: This API element is subject to removal in a future version.voidtestProvideCachedEntitiesWithOutPriorAddToCache()Deprecated, for removal: This API element is subject to removal in a future version.voidtestProvideCachedEntitiesWithPriorAddToCache()Deprecated, for removal: This API element is subject to removal in a future version.-
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
-
-
-
-
Method Detail
-
setup
public void setup() throws ImpExExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Throws:
ImpExException
-
testAddToCacheWithNullCache
public void testAddToCacheWithNullCache()
Deprecated, for removal: This API element is subject to removal in a future version.
-
testAddToCacheWithWrongCacheType
public void testAddToCacheWithWrongCacheType()
Deprecated, for removal: This API element is subject to removal in a future version.
-
testCreateKIEModuleCacheWithNullValue
public void testCreateKIEModuleCacheWithNullValue()
Deprecated, for removal: This API element is subject to removal in a future version.
-
testCreateKIEModuleCacheWithNullPK
public void testCreateKIEModuleCacheWithNullPK()
Deprecated, for removal: This API element is subject to removal in a future version.
-
testProvideCachedEntitiesWithOutPriorAddToCache
public void testProvideCachedEntitiesWithOutPriorAddToCache()
Deprecated, for removal: This API element is subject to removal in a future version.
-
testProvideCachedEntitiesWithPriorAddToCache
public void testProvideCachedEntitiesWithPriorAddToCache() throws ImpExExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Throws:
ImpExException
-
createRuleConfigurationRRD
protected RuleConfigurationRRD createRuleConfigurationRRD(java.lang.String ruleCode, java.lang.String ruleGroupCode)
Deprecated, for removal: This API element is subject to removal in a future version.
-
createRuleGroupExecutionRRD
protected RuleGroupExecutionRRD createRuleGroupExecutionRRD(java.lang.String ruleGroupCode)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-