Class DefaultCMSWorkflowParticipantServiceTest
- java.lang.Object
-
- de.hybris.platform.cms2.workflow.service.impl.DefaultCMSWorkflowParticipantServiceTest
-
@UnitTest public class DefaultCMSWorkflowParticipantServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCMSWorkflowParticipantServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldBeParticipantForAttachedItems()voidshouldBeParticipantForNonAttachedItems()voidshouldBeWorkflowParticipant()voidshouldGetRelatedPrincipals()voidshouldNotBeParticipantForAttachedItems()voidshouldNotBeWorkflowParticipant()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldBeWorkflowParticipant
public void shouldBeWorkflowParticipant()
-
shouldNotBeWorkflowParticipant
public void shouldNotBeWorkflowParticipant()
-
shouldBeParticipantForAttachedItems
public void shouldBeParticipantForAttachedItems()
-
shouldBeParticipantForNonAttachedItems
public void shouldBeParticipantForNonAttachedItems()
-
shouldNotBeParticipantForAttachedItems
public void shouldNotBeParticipantForAttachedItems()
-
shouldGetRelatedPrincipals
public void shouldGetRelatedPrincipals()
-
-