Class DefaultCMSContentSlotServiceTest
- java.lang.Object
-
- de.hybris.platform.cms2.servicelayer.services.impl.DefaultCMSContentSlotServiceTest
-
@UnitTest public class DefaultCMSContentSlotServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCMSContentSlotServiceTest()
-
Method Summary
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnEmptyStringInsteadOfAvailableContentSlotNamesWhenMasterTemplateIsNull
public void shouldReturnEmptyStringInsteadOfAvailableContentSlotNamesWhenMasterTemplateIsNull()
-
shouldReturnEmptyStringInsteadOfAvailableContentSlotNamesWhenAvailableContentSlotsIsNull
public void shouldReturnEmptyStringInsteadOfAvailableContentSlotNamesWhenAvailableContentSlotsIsNull()
-
shouldReturnEmptyStringInsteadOfAvailableContentSlotNamesWhenAvailableContentSlotsIsEmpty
public void shouldReturnEmptyStringInsteadOfAvailableContentSlotNamesWhenAvailableContentSlotsIsEmpty()
-
shouldReturnAvailableContentSlotNamesForAvailableContentSlotNames
public void shouldReturnAvailableContentSlotNamesForAvailableContentSlotNames()
-
shouldReturnEmptyStringInsteadOfMissingContentSlotNamesWhenMasterTemplateIsNull
public void shouldReturnEmptyStringInsteadOfMissingContentSlotNamesWhenMasterTemplateIsNull()
-
shouldReturnEmptyStringInsteadOfMissingContentSlotNamesWhenMissingContentSlotsIsNull
public void shouldReturnEmptyStringInsteadOfMissingContentSlotNamesWhenMissingContentSlotsIsNull()
-
shouldReturnEmptyStringInsteadOfMissingContentSlotNamesWhenMissingContentSlotsIsEmpty
public void shouldReturnEmptyStringInsteadOfMissingContentSlotNamesWhenMissingContentSlotsIsEmpty()
-
shouldReturnMissingContentSlotNamesForMissingContentSlotNames
public void shouldReturnMissingContentSlotNamesForMissingContentSlotNames()
-
-