Class DefaultMediaLocationHashServiceTest
- java.lang.Object
-
- de.hybris.platform.media.services.impl.DefaultMediaLocationHashServiceTest
-
@UnitTest public class DefaultMediaLocationHashServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultMediaLocationHashServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateDefaultMediaLocationHashService()voidshouldGenerateDifferentLocationHashKeysForDifferentFolderQualifiersAndLocations()voidshouldThrowMediaInvalidLocationExceptionWhenHashIsNotValid()voidshouldValidateValidLocationHash()
-
-
-
Method Detail
-
createDefaultMediaLocationHashService
public void createDefaultMediaLocationHashService() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldGenerateDifferentLocationHashKeysForDifferentFolderQualifiersAndLocations
public void shouldGenerateDifferentLocationHashKeysForDifferentFolderQualifiersAndLocations()
-
shouldValidateValidLocationHash
public void shouldValidateValidLocationHash()
-
shouldThrowMediaInvalidLocationExceptionWhenHashIsNotValid
public void shouldThrowMediaInvalidLocationExceptionWhenHashIsNotValid()
-
-