Class DefaultCMSSiteServiceTest
- java.lang.Object
-
- de.hybris.platform.cms2.servicelayer.services.impl.DefaultCMSSiteServiceTest
-
@UnitTest public class DefaultCMSSiteServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCMSSiteServiceTest()
-
Method Summary
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testShouldReturnClassificationCatalogsForCmsSiteModel
public void testShouldReturnClassificationCatalogsForCmsSiteModel()
-
testShouldReturnEmptyListWhenStoreCatalogsIsNull
public void testShouldReturnEmptyListWhenStoreCatalogsIsNull()
-
testShouldReturnEmptyListWhenSiteStoresIsNull
public void testShouldReturnEmptyListWhenSiteStoresIsNull()
-
testShouldReturnEmptyListWhenSiteStoresIsCollectionOfNulls
public void testShouldReturnEmptyListWhenSiteStoresIsCollectionOfNulls()
-
testShouldReturnNullWhenStartingPageIsNull
public void testShouldReturnNullWhenStartingPageIsNull()
-
testShouldReturnLabelForStartingPage
public void testShouldReturnLabelForStartingPage()
-
testShouldReturnIdForStartingPage
public void testShouldReturnIdForStartingPage()
-
testShouldReturnNullWhenCurrentSiteIsNull
public void testShouldReturnNullWhenCurrentSiteIsNull()
-
testShouldReturnNullWhenCurrentSiteIsCmsSite
public void testShouldReturnNullWhenCurrentSiteIsCmsSite()
-
testShouldReturnNullWhenCurrentSiteIsNotCmsSite
public void testShouldReturnNullWhenCurrentSiteIsNotCmsSite()
-
testContainsCatalogOnlyForContentIfItIsNull
public void testContainsCatalogOnlyForContentIfItIsNull()
-
testContainsCatalogOnlyForContentIfItEmpty
public void testContainsCatalogOnlyForContentIfItEmpty()
-
testContainsCatalogOnlyForContentIfItContainsGiven
public void testContainsCatalogOnlyForContentIfItContainsGiven()
-
testContainsCatalogForProductAndContentIfItIsNull
public void testContainsCatalogForProductAndContentIfItIsNull()
-
testContainsCatalogForProductAndContentIfItEmpty
public void testContainsCatalogForProductAndContentIfItEmpty()
-
testContainsCatalogForProductAndContentIfItContainsGiven
public void testContainsCatalogForProductAndContentIfItContainsGiven()
-
-