Class DefaultCMSAdminComponentServiceTest

java.lang.Object
de.hybris.platform.cms2.servicelayer.services.admin.impl.DefaultCMSAdminComponentServiceTest

@UnitTest public class DefaultCMSAdminComponentServiceTest extends Object
  • Constructor Details

    • DefaultCMSAdminComponentServiceTest

      public DefaultCMSAdminComponentServiceTest()
  • Method Details

    • setUp

      public void setUp()
    • shouldCreateComponenFromUIDAndNameAndType

      public void shouldCreateComponenFromUIDAndNameAndType()
    • shouldCreateComponentFromUIDAndType

      public void shouldCreateComponentFromUIDAndType()
    • shouldCreateComponentFromNameAndType

      public void shouldCreateComponentFromNameAndType()
    • shouldCreateComponentFromType

      public void shouldCreateComponentFromType()
    • shouldGetComponentsForContainer

      public void shouldGetComponentsForContainer()
    • shouldGetDisplayedComponentsForContentSlot_ContainerPropertyFalse

      public void shouldGetDisplayedComponentsForContentSlot_ContainerPropertyFalse()
    • shouldGetDisplayedComponentsForContentSlot_ContainerPropertyNull

      public void shouldGetDisplayedComponentsForContentSlot_ContainerPropertyNull()
    • shouldGetDisplayedComponentsForContentSlot_ContainerPropertyTrue

      public void shouldGetDisplayedComponentsForContentSlot_ContainerPropertyTrue()
    • shouldGetComponentByIdAndCatalogVersions

      public void shouldGetComponentByIdAndCatalogVersions()
    • givenSlotHasContainers_shouldGetAllContainersInSlot

      public void givenSlotHasContainers_shouldGetAllContainersInSlot()
    • givenSlotHasNoContainers_shouldGetEmptyList

      public void givenSlotHasNoContainers_shouldGetEmptyList()
    • shouldNotGetComponentByIdAndCatalogVersions_InvalidId

      public void shouldNotGetComponentByIdAndCatalogVersions_InvalidId()
    • shouldGetComponentByIdAndCatalogVersions_ManyComponentsFoundWithSameId

      public void shouldGetComponentByIdAndCatalogVersions_ManyComponentsFoundWithSameId()