Class RuleEngineRuleValidateInterceptorUnitTest
java.lang.Object
de.hybris.platform.ruleengine.dao.interceptors.RuleEngineRuleValidateInterceptorUnitTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
RuleEngineRuleValidateInterceptorUnitTest
public RuleEngineRuleValidateInterceptorUnitTest()
-
-
Method Details
-
setUp
public void setUp() -
testOnValidateNew
- Throws:
InterceptorException
-
testFailOnValidateNewActiveNotSet
- Throws:
InterceptorException
-
testFailOnValidateNewMustBeActive
- Throws:
InterceptorException
-
testOnValidateNewNonActiveRuleWithContent
- Throws:
InterceptorException
-
testFailOnValidateNewNonActiveRuleWithContent
- Throws:
InterceptorException
-
testOnValidateNewNonActiveRuleWithContent2
- Throws:
InterceptorException
-
testOnValidateNewNonActiveRuleContentNotSet
- Throws:
InterceptorException
-
testFailOnValidateNewNonActiveRuleNoContent
- Throws:
InterceptorException
-
testFailOnValidateNewNonActiveRuleNoContent2
- Throws:
InterceptorException
-
testPassOnValidateModifiedNonActiveRuleVersionsEqual
- Throws:
InterceptorException
-
testFailOnValidateModifiedNonActiveRuleVersionsNotEqual
- Throws:
InterceptorException
-
testFailOnValidateModifiedActiveRuleNoContent
- Throws:
InterceptorException
-
testFailOnValidateModifiedActiveRuleWithContentWrongChecksum
public void testFailOnValidateModifiedActiveRuleWithContentWrongChecksum() throws InterceptorException- Throws:
InterceptorException
-
testOnValidateModifiedActiveRule
- Throws:
InterceptorException
-
testFailOnValidateRemovedActiveRule
- Throws:
InterceptorException
-
testValidateNoKieBase
- Throws:
InterceptorException
-
testValidateNoKieModule
- Throws:
InterceptorException
-
testFailOnValidateNewManuallyCreatedRuleWithOldVersionVersion
public void testFailOnValidateNewManuallyCreatedRuleWithOldVersionVersion() throws InterceptorException- Throws:
InterceptorException
-
testFailOnValidateNewManuallyCreatedRuleWithContentWrongChecksum
public void testFailOnValidateNewManuallyCreatedRuleWithContentWrongChecksum() throws InterceptorException- Throws:
InterceptorException
-