Class DefaultSourceRuleSourceCodeTranslatorTest
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.compiler.impl.DefaultSourceRuleSourceCodeTranslatorTest
-
@UnitTest public class DefaultSourceRuleSourceCodeTranslatorTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description DefaultSourceRuleSourceCodeTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfailToConvertActions()voidfailToConvertConditions()voidfailToTranslateActions()voidfailToTranslateConditions()voidsetUp()voidtranslateRule()
-
-
-
Method Detail
-
setUp
public void setUp()
-
translateRule
public void translateRule() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToConvertConditions
public void failToConvertConditions() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToConvertActions
public void failToConvertActions() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToTranslateConditions
public void failToTranslateConditions() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToTranslateActions
public void failToTranslateActions() throws java.lang.Exception- Throws:
java.lang.Exception
-
-