Class DefaultCatalogLevelServiceTest
- java.lang.Object
-
- de.hybris.platform.cms2.multicountry.service.impl.DefaultCatalogLevelServiceTest
-
@UnitTest public class DefaultCatalogLevelServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCatalogLevelServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldReturnAllSubCatalogs()voidshouldReturnCatalogLevelWithOneLevelHierarchy()voidshouldReturnCatalogLevelWithTwoLevelsHierarchy()voidshouldReturnDefaultCatalogLevelWhenActiveSiteInSessionIsNull()voidshouldReturnIsBottomLevel()voidshouldReturnIsIntermediateLevel()voidshouldReturnIsTopLevel()protected <T extends ItemModel>
java.util.Set<T>wrapValueAsSet(T value)
-
-
-
Method Detail
-
setup
public void setup()
-
shouldReturnDefaultCatalogLevelWhenActiveSiteInSessionIsNull
public void shouldReturnDefaultCatalogLevelWhenActiveSiteInSessionIsNull()
-
shouldReturnCatalogLevelWithOneLevelHierarchy
public void shouldReturnCatalogLevelWithOneLevelHierarchy()
-
shouldReturnCatalogLevelWithTwoLevelsHierarchy
public void shouldReturnCatalogLevelWithTwoLevelsHierarchy()
-
shouldReturnIsTopLevel
public void shouldReturnIsTopLevel()
-
shouldReturnIsIntermediateLevel
public void shouldReturnIsIntermediateLevel()
-
shouldReturnIsBottomLevel
public void shouldReturnIsBottomLevel()
-
shouldReturnAllSubCatalogs
public void shouldReturnAllSubCatalogs()
-
wrapValueAsSet
protected <T extends ItemModel> java.util.Set<T> wrapValueAsSet(T value)
-
-