Class HierarchicalMediaPathBuilderTest
- java.lang.Object
-
- de.hybris.platform.media.services.impl.HierarchicalMediaPathBuilderTest
-
@UnitTest public class HierarchicalMediaPathBuilderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HierarchicalMediaPathBuilderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldBuildFolderPathPlus1LevelSubPath()voidshouldBuildFolderPathPlus2LevelSubPath()voidshouldBuildFolderPathPlus3LevelSubPath()voidshouldBuildFolderPathPlus4LevelSubPath()voidshouldBuildFolderPathWithoutSubfoldersWhenDepthIsGreaterThanFour()voidshouldBuildFolderPathWithoutSubfoldersWhenDepthIsZero()
-
-
-
Method Detail
-
shouldBuildFolderPathWithoutSubfoldersWhenDepthIsZero
public void shouldBuildFolderPathWithoutSubfoldersWhenDepthIsZero()
-
shouldBuildFolderPathWithoutSubfoldersWhenDepthIsGreaterThanFour
public void shouldBuildFolderPathWithoutSubfoldersWhenDepthIsGreaterThanFour()
-
shouldBuildFolderPathPlus1LevelSubPath
public void shouldBuildFolderPathPlus1LevelSubPath()
-
shouldBuildFolderPathPlus2LevelSubPath
public void shouldBuildFolderPathPlus2LevelSubPath()
-
shouldBuildFolderPathPlus3LevelSubPath
public void shouldBuildFolderPathPlus3LevelSubPath()
-
shouldBuildFolderPathPlus4LevelSubPath
public void shouldBuildFolderPathPlus4LevelSubPath()
-
-