Class DefaultUserFacadeTest
java.lang.Object
de.hybris.platform.cmsfacades.users.impl.DefaultUserFacadeTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultUserFacadeTest
public DefaultUserFacadeTest()
-
-
Method Details
-
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
-