Class DefaultItemServiceTest
- java.lang.Object
-
- de.hybris.platform.cms2.servicelayer.services.admin.impl.DefaultItemServiceTest
-
@UnitTest public class DefaultItemServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultItemServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldReturnItemModelIfProperAttributesProvided()voidshouldThrowExceptionIfItemModelNotFound()
-
-
-
Method Detail
-
shouldReturnItemModelIfProperAttributesProvided
public void shouldReturnItemModelIfProperAttributesProvided() throws ItemNotFoundException- Throws:
ItemNotFoundException
-
shouldThrowExceptionIfItemModelNotFound
public void shouldThrowExceptionIfItemModelNotFound() throws ItemNotFoundException- Throws:
ItemNotFoundException
-
-