Class CmsActionsWebServiceTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class CmsActionsWebServiceTest extends BaseWebServiceTest
  • Constructor Details

    • CmsActionsWebServiceTest

      public CmsActionsWebServiceTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Overrides:
      setUp in class BaseWebServiceTest
      Throws:
      Exception
    • getActionWithConditions

      public void getActionWithConditions() throws IOException
      Throws:
      IOException
    • getActionWithMultipleConditions

      public void getActionWithMultipleConditions() throws IOException
      Throws:
      IOException
    • getCmsActionForCmsManager

      public void getCmsActionForCmsManager() throws IOException
      Throws:
      IOException
    • getCmsActionForAdmin

      public void getCmsActionForAdmin() throws IOException
      Throws:
      IOException
    • createCmsAction

      public void createCmsAction() throws IOException
      Throws:
      IOException
    • createAutomaticCmsAction

      public void createAutomaticCmsAction() throws IOException
      Throws:
      IOException
    • createCmsActions

      public void createCmsActions() throws IOException
      Throws:
      IOException
    • createEmptyCmsActionList

      public void createEmptyCmsActionList() throws IOException
      Throws:
      IOException
    • createIncompleateCmsActions

      public void createIncompleateCmsActions() throws IOException
      Throws:
      IOException
    • createCmsActionForJSON

      protected Object createCmsActionForJSON(String code, String component, String container)
    • CreateCmsActionListForJSON

      protected Object CreateCmsActionListForJSON(Object... actions)
    • deleteCmsActions

      public void deleteCmsActions() throws IOException
      Throws:
      IOException
    • deleteNotexistingCmsActions

      public void deleteNotexistingCmsActions() throws IOException
      Throws:
      IOException
    • updateCmsActionTypeWithOtherType

      public void updateCmsActionTypeWithOtherType() throws IOException
      Throws:
      IOException
    • updateCmsActionTypeWithUnknownType

      public void updateCmsActionTypeWithUnknownType() throws IOException
      Throws:
      IOException
    • updateCmsAction

      public void updateCmsAction() throws IOException
      Throws:
      IOException
    • deleteCmsAction

      public void deleteCmsAction() throws IOException
      Throws:
      IOException
    • getAllActionsForVariationTest

      public void getAllActionsForVariationTest()
    • getNonexistingActionByIdTest

      public void getNonexistingActionByIdTest()
    • getActionByIdFromInvalidVariationTest

      public void getActionByIdFromInvalidVariationTest()
    • getActionByIdFromInvalidCustomizationTest

      public void getActionByIdFromInvalidCustomizationTest()
    • createExistingCmsAction

      public void createExistingCmsAction() throws IOException
      Throws:
      IOException
    • updateCmsActionWithInconsidtentCode

      public void updateCmsActionWithInconsidtentCode() throws IOException
      Throws:
      IOException
    • updateNonExistingCmsActionWithInconsidtentCode

      public void updateNonExistingCmsActionWithInconsidtentCode() throws IOException
      Throws:
      IOException
    • deleteNonExistingCmsAction

      public void deleteNonExistingCmsAction() throws IOException
      Throws:
      IOException
    • deleteCmsActionFromUnknownVariation

      public void deleteCmsActionFromUnknownVariation() throws IOException
      Throws:
      IOException
    • deleteCmsActionFromUnknownCustomization

      public void deleteCmsActionFromUnknownCustomization() throws IOException
      Throws:
      IOException