Class GigyaUserValidateInterceptorTest
- java.lang.Object
-
- de.hybris.platform.gigya.gigyaservices.interceptor.GigyaUserValidateInterceptorTest
-
@UnitTest public class GigyaUserValidateInterceptorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GigyaUserValidateInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestOnValidateWhenBackofficeUserUpdatesGigyaUsersProfileWithMandatoryAttributes()| gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - employee | mandatoryAttributesModified - true |voidtestOnValidateWhenBackofficeUserUpdatesGigyaUsersProfileWithNonMandatoryAttributes()| gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - employee | mandatoryAttributesModified - false |voidtestOnValidateWhenGigyaUidExistsForANewGigyaUser()| gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - user | mandatoryAttributesModified - false |voidtestOnValidateWhenGigyaUserUpdatesHisProfile()| gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - user | mandatoryAttributesModified - false |
-
-
-
Method Detail
-
testOnValidateWhenGigyaUidExistsForANewGigyaUser
public void testOnValidateWhenGigyaUidExistsForANewGigyaUser() throws InterceptorException| gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - user | mandatoryAttributesModified - false |- Throws:
InterceptorException
-
testOnValidateWhenGigyaUserUpdatesHisProfile
public void testOnValidateWhenGigyaUserUpdatesHisProfile() throws InterceptorException| gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - user | mandatoryAttributesModified - false |- Throws:
InterceptorException
-
testOnValidateWhenBackofficeUserUpdatesGigyaUsersProfileWithNonMandatoryAttributes
public void testOnValidateWhenBackofficeUserUpdatesGigyaUsersProfileWithNonMandatoryAttributes() throws InterceptorException| gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - employee | mandatoryAttributesModified - false |- Throws:
InterceptorException
-
testOnValidateWhenBackofficeUserUpdatesGigyaUsersProfileWithMandatoryAttributes
public void testOnValidateWhenBackofficeUserUpdatesGigyaUsersProfileWithMandatoryAttributes() throws InterceptorException| gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - employee | mandatoryAttributesModified - true |- Throws:
InterceptorException
-
-