Class DeactivateDroolsRulesTaskTest
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.setup.tasks.impl.DeactivateDroolsRulesTaskTest
-
@UnitTest public class DeactivateDroolsRulesTaskTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeactivateDroolsRulesTaskTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldDeactiveAllActiveEngineRulesWhichHasCorrespondingSourceRule()voidshouldLeaveNonActiveEngineRulesUntouched()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldDeactiveAllActiveEngineRulesWhichHasCorrespondingSourceRule
public void shouldDeactiveAllActiveEngineRulesWhichHasCorrespondingSourceRule() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldLeaveNonActiveEngineRulesUntouched
public void shouldLeaveNonActiveEngineRulesUntouched() throws java.lang.Exception- Throws:
java.lang.Exception
-
-