Class DefaultRuleConditionsTranslatorTest
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.compiler.impl.DefaultRuleConditionsTranslatorTest
-
@UnitTest public class DefaultRuleConditionsTranslatorTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description DefaultRuleConditionsTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconditionDefinitionNotFound()voidconditionTranslatorNotFound()voidsetUp()voidtranslateConditions()
-
-
-
Method Detail
-
setUp
public void setUp()
-
translateConditions
public void translateConditions() throws java.lang.Exception- Throws:
java.lang.Exception
-
conditionDefinitionNotFound
public void conditionDefinitionNotFound() throws java.lang.Exception- Throws:
java.lang.Exception
-
conditionTranslatorNotFound
public void conditionTranslatorNotFound() throws java.lang.Exception- Throws:
java.lang.Exception
-
-