Class RuleGroupConditionTranslatorTest
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.definitions.conditions.RuleGroupConditionTranslatorTest
-
@UnitTest public class RuleGroupConditionTranslatorTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedExceptionstatic java.lang.StringOPERATOR_PARAM
-
Constructor Summary
Constructors Constructor Description RuleGroupConditionTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtranslateWithChildren()voidtranslateWithDefaultOperator()voidtranslateWithOperator()
-
-
-
Field Detail
-
OPERATOR_PARAM
public static final java.lang.String OPERATOR_PARAM
- See Also:
- Constant Field Values
-
expectedException
public org.junit.rules.ExpectedException expectedException
-
-
Method Detail
-
setUp
public void setUp()
-
translateWithDefaultOperator
public void translateWithDefaultOperator() throws java.lang.Exception- Throws:
java.lang.Exception
-
translateWithOperator
public void translateWithOperator() throws java.lang.Exception- Throws:
java.lang.Exception
-
translateWithChildren
public void translateWithChildren() throws java.lang.Exception- Throws:
java.lang.Exception
-
-