Package de.hybris.platform.workflow.impl
Class DefaultWorkflowActionCommentServiceTest
- java.lang.Object
-
- de.hybris.platform.workflow.impl.DefaultWorkflowActionCommentServiceTest
-
@UnitTest public class DefaultWorkflowActionCommentServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultWorkflowActionCommentServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAddCommentToActionAndSucceed()voidtestAddCommentToActionAndThrowException()voidtestIsAutomatedCommentAndReturnFalse()voidtestIsAutomatedCommentAndReturnTrue()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testAddCommentToActionAndSucceed
public void testAddCommentToActionAndSucceed()
-
testAddCommentToActionAndThrowException
public void testAddCommentToActionAndThrowException()
-
testIsAutomatedCommentAndReturnTrue
public void testIsAutomatedCommentAndReturnTrue()
-
testIsAutomatedCommentAndReturnFalse
public void testIsAutomatedCommentAndReturnFalse()
-
-