Class DefaultWorkflowAttachmentServiceTest

java.lang.Object
de.hybris.platform.workflow.impl.DefaultWorkflowAttachmentServiceTest

@UnitTest public class DefaultWorkflowAttachmentServiceTest extends Object
  • Constructor Details

    • DefaultWorkflowAttachmentServiceTest

      public DefaultWorkflowAttachmentServiceTest()
  • Method Details

    • setUp

      public void setUp()
    • testAddItems

      public void testAddItems()
    • testRemoveItems

      public void testRemoveItems()
    • testContainsItemAndFound

      public void testContainsItemAndFound()
    • testContainsItemAndNotFound

      public void testContainsItemAndNotFound()
    • testGetAttachmentsForAction

      public void testGetAttachmentsForAction()
    • testGetAttachmentsForActionWithCollectionOfClassNames

      public void testGetAttachmentsForActionWithCollectionOfClassNames()
    • testGetAttachmentsForActionWithSingleClassName

      public void testGetAttachmentsForActionWithSingleClassName()
    • testGetAttachmentsForActionForUnknownClassName

      public void testGetAttachmentsForActionForUnknownClassName()