Class DefaultKIEModuleCacheBuilderUnitTest
- java.lang.Object
-
- de.hybris.platform.ruleengine.cache.impl.DefaultKIEModuleCacheBuilderUnitTest
-
@UnitTest public class DefaultKIEModuleCacheBuilderUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultKIEModuleCacheBuilderUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddGlobals(int count, java.lang.String rule, java.util.Map<java.lang.String,java.lang.String> globals)addscount"global" definitions following the patternrule-countvoidsetup()protected voidsetupBeanLookups(java.util.Map<java.lang.String,java.lang.String> globals)mocks the bean lookup for the globalsvoidtestNullCacheKey()voidtestNullCacheKeyGenerator()voidtestProcessNullRule()voidtestProcessRule()voidtestProcessRuleWithMismatchingGlobals()voidtestProcessRuleWithNullKieBase()
-
-
-
Method Detail
-
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
protected void addGlobals(int count, java.lang.String rule, java.util.Map<java.lang.String,java.lang.String> globals)addscount"global" definitions following the patternrule-count
-
setupBeanLookups
protected void setupBeanLookups(java.util.Map<java.lang.String,java.lang.String> globals)
mocks the bean lookup for the globals
-
-