Class ProductConfigRulesCPSPrepareInterceptorTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.rules.cps.interceptor.ProductConfigRulesCPSPrepareInterceptorTest
-
@UnitTest public class ProductConfigRulesCPSPrepareInterceptorTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringCHARACTERISTIC
-
Constructor Summary
Constructors Constructor Description ProductConfigRulesCPSPrepareInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestMapEndDate()voidtestOnPrepare()voidtestOnPrepare_nullRule()rule will be null if you archive a rule, as the compiler is not involved in thisvoidtestOnPrepareWrongType()
-
-
-
Field Detail
-
CHARACTERISTIC
protected static final java.lang.String CHARACTERISTIC
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUp
public void setUp()
-
testMapEndDate
public void testMapEndDate()
-
testOnPrepare
public void testOnPrepare() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareWrongType
public void testOnPrepareWrongType() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepare_nullRule
public void testOnPrepare_nullRule() throws InterceptorExceptionrule will be null if you archive a rule, as the compiler is not involved in this- Throws:
InterceptorException
-
-