Class RuleConfigurableProductCustomersConditionTranslatorTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.rules.conditions.RuleConfigurableProductCustomersConditionTranslatorTest
-
@UnitTest public class RuleConfigurableProductCustomersConditionTranslatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RuleConfigurableProductCustomersConditionTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestTranslateIn()voidtestTranslateNotIn()voidtestTranslateWithEmptyCustomerGroups()voidtestTranslateWithoutCustomerGroupParam()protected voidverifyTranslate(RuleIrAttributeOperator attributeOperator)
-
-
-
Field Detail
-
V_USER
public static final java.lang.String V_USER
- See Also:
- Constant Field Values
-
V_CART
public static final java.lang.String V_CART
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUp
public void setUp()
-
testTranslateIn
public void testTranslateIn() throws RuleCompilerException- Throws:
RuleCompilerException
-
testTranslateNotIn
public void testTranslateNotIn() throws RuleCompilerException- Throws:
RuleCompilerException
-
testTranslateWithoutCustomerGroupParam
public void testTranslateWithoutCustomerGroupParam()
-
testTranslateWithEmptyCustomerGroups
public void testTranslateWithEmptyCustomerGroups()
-
verifyTranslate
protected void verifyTranslate(RuleIrAttributeOperator attributeOperator) throws RuleCompilerException
- Throws:
RuleCompilerException
-
-