Class AutomatedWorkflowActionTypePredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.AutomatedWorkflowActionTypePredicateTest
-
@UnitTest public class AutomatedWorkflowActionTypePredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AutomatedWorkflowActionTypePredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestIsAutomatedWorkflowActionType()voidtestIsNotAutomatedWorkflowActionType()voidtestIsNotAutomatedWorkflowActionTypeWithoutAction()voidtestIsNotAutomatedWorkflowActionTypeWithoutActionTemplate()
-
-
-
Method Detail
-
testIsAutomatedWorkflowActionType
public void testIsAutomatedWorkflowActionType()
-
testIsNotAutomatedWorkflowActionType
public void testIsNotAutomatedWorkflowActionType()
-
testIsNotAutomatedWorkflowActionTypeWithoutAction
public void testIsNotAutomatedWorkflowActionTypeWithoutAction()
-
testIsNotAutomatedWorkflowActionTypeWithoutActionTemplate
public void testIsNotAutomatedWorkflowActionTypeWithoutActionTemplate()
-
-