Class RuleGroupRemoveInterceptorUnitTest
- java.lang.Object
-
- de.hybris.platform.ruleengine.dao.interceptors.RuleGroupRemoveInterceptorUnitTest
-
@UnitTest public class RuleGroupRemoveInterceptorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RuleGroupRemoveInterceptorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestInvalidRemove()voidtestValidRemove()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testValidRemove
public void testValidRemove() throws InterceptorException- Throws:
InterceptorException
-
testInvalidRemove
public void testInvalidRemove() throws InterceptorException- Throws:
InterceptorException
-
-