Class RuleEngineRulePrepareInterceptorUnitTest
java.lang.Object
de.hybris.platform.ruleengine.dao.interceptors.RuleEngineRulePrepareInterceptorUnitTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expectedException
public org.junit.rules.ExpectedException expectedException
-
-
Constructor Details
-
RuleEngineRulePrepareInterceptorUnitTest
public RuleEngineRulePrepareInterceptorUnitTest()
-
-
Method Details
-
setUp
public void setUp() -
testOnPrepareNewModelNullVersion
- Throws:
InterceptorException
-
testOnPrepareNewModelNotNullVersion
- Throws:
InterceptorException
-
testOnPrepareUpdateModel
- Throws:
InterceptorException
-
testOnPrepareUpdateModelEqualContent
- Throws:
InterceptorException
-
testOnPrepareUpdateModelUpdateNotActive
- Throws:
InterceptorException
-
testOnPrepareUpdateModelUpdateActiveFlagChanged
- Throws:
InterceptorException
-
testOnPrepareUpdateModelUpdateActiveFlagChangedWrongVersion
public void testOnPrepareUpdateModelUpdateActiveFlagChangedWrongVersion() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareModelRemoved
- Throws:
InterceptorException
-
testOnPrepareNewModuleVersionIsNull
- Throws:
InterceptorException
-
testOnPrepareNewModuleIsEmpty
- Throws:
InterceptorException
-