Class DefaultMediaServiceTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.media.impl.DefaultMediaServiceTest
-
@UnitTest public class DefaultMediaServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultMediaServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetFilesWithMediaModel()voidtestModelNotFoundExceptionWhenMediaContainerModelIsNull()voidtestModelNotFoundExceptionWhenMediaFormatModelIsNull()voidtestModelNotFoundExceptionWhenMediaFormatNotFoundInContainer()voidtestNoDataAvailableExceptionWithNullMediaModel()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testModelNotFoundExceptionWhenMediaContainerModelIsNull
public void testModelNotFoundExceptionWhenMediaContainerModelIsNull()
-
testModelNotFoundExceptionWhenMediaFormatModelIsNull
public void testModelNotFoundExceptionWhenMediaFormatModelIsNull()
-
testModelNotFoundExceptionWhenMediaFormatNotFoundInContainer
public void testModelNotFoundExceptionWhenMediaFormatNotFoundInContainer()
-
testGetFilesWithMediaModel
public void testGetFilesWithMediaModel()
-
testNoDataAvailableExceptionWithNullMediaModel
public void testNoDataAvailableExceptionWithNullMediaModel()
-
-