Class DefaultKIEModuleCacheBuilderUnitTest
java.lang.Object
de.hybris.platform.ruleengine.cache.impl.DefaultKIEModuleCacheBuilderUnitTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddGlobals(int count, String rule, Map<String, String> globals) addscount"global" definitions following the patternrule-countvoidsetup()protected voidsetupBeanLookups(Map<String, String> globals) mocks the bean lookup for the globalsvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
DefaultKIEModuleCacheBuilderUnitTest
public DefaultKIEModuleCacheBuilderUnitTest()
-
-
Method Details
-
setup
public void setup() -
testNullCacheKey
public void testNullCacheKey() -
testNullCacheKeyGenerator
public void testNullCacheKeyGenerator() -
testProcessNullRule
public void testProcessNullRule() -
testProcessRuleWithNullKieBase
public void testProcessRuleWithNullKieBase() -
testProcessRule
public void testProcessRule() -
testProcessRuleWithMismatchingGlobals
public void testProcessRuleWithMismatchingGlobals() -
addGlobals
addscount"global" definitions following the patternrule-count -
setupBeanLookups
mocks the bean lookup for the globals
-