Class DefaultRuleActionsTranslatorTest
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.compiler.impl.DefaultRuleActionsTranslatorTest
-
@UnitTest public class DefaultRuleActionsTranslatorTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description DefaultRuleActionsTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionDefinitionNotFound()voidactionTranslatorNotFound()voidsetUp()voidtranslateActions()
-
-
-
Method Detail
-
setUp
public void setUp()
-
translateActions
public void translateActions() throws java.lang.Exception- Throws:
java.lang.Exception
-
actionDefinitionNotFound
public void actionDefinitionNotFound() throws java.lang.Exception- Throws:
java.lang.Exception
-
actionTranslatorNotFound
public void actionTranslatorNotFound() throws java.lang.Exception- Throws:
java.lang.Exception
-
-