Class DroolsKIEBasePrepareInterceptorUnitTest
- java.lang.Object
-
- de.hybris.platform.droolsruleengineservices.interceptors.DroolsKIEBasePrepareInterceptorUnitTest
-
@UnitTest public class DroolsKIEBasePrepareInterceptorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DroolsKIEBasePrepareInterceptorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestOnPrepareCurrentVersionIsBigger()voidtestOnPrepareCurrentVersionIsLess()voidtestOnPrepareEmptyRulesSet()voidtestOnPrepareKieModuleIsNull()voidtestOnPrepareModuleVersionIsLessThenCurrentRulesVersion()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testOnPrepareKieModuleIsNull
public void testOnPrepareKieModuleIsNull() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareEmptyRulesSet
public void testOnPrepareEmptyRulesSet() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareCurrentVersionIsBigger
public void testOnPrepareCurrentVersionIsBigger() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareCurrentVersionIsLess
public void testOnPrepareCurrentVersionIsLess() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareModuleVersionIsLessThenCurrentRulesVersion
public void testOnPrepareModuleVersionIsLessThenCurrentRulesVersion() throws InterceptorException- Throws:
InterceptorException
-
-