Class DefaultUserFacadeTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.users.impl.DefaultUserFacadeTest
-
@UnitTest public class DefaultUserFacadeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultUserFacadeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgivenInvalidId_WhenGetUserByIdIsCalled_ThenItMustReturnException()voidgivenValidId_WhenGetUserByIdIsCalled_ThenItMustReturnUserData()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp()
-
givenValidId_WhenGetUserByIdIsCalled_ThenItMustReturnUserData
public void givenValidId_WhenGetUserByIdIsCalled_ThenItMustReturnUserData() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
givenInvalidId_WhenGetUserByIdIsCalled_ThenItMustReturnException
public void givenInvalidId_WhenGetUserByIdIsCalled_ThenItMustReturnException() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
-