Class DefaultComponentItemFacadeTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.items.impl.DefaultComponentItemFacadeTest
-
@UnitTest public class DefaultComponentItemFacadeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultComponentItemFacadeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldFailGetComponentById_InvalidId()voidshouldGetAllComponentsForNullIdList()voidshouldGetComponentById()voidshouldGetComponentsByIds()
-
-
-
Method Detail
-
shouldGetComponentById
public void shouldGetComponentById() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldFailGetComponentById_InvalidId
public void shouldFailGetComponentById_InvalidId() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldGetComponentsByIds
public void shouldGetComponentsByIds()
-
shouldGetAllComponentsForNullIdList
public void shouldGetAllComponentsForNullIdList()
-
-