Class GigyaUserValidateInterceptorTest


  • @UnitTest
    public class GigyaUserValidateInterceptorTest
    extends java.lang.Object
    • Constructor Detail

      • GigyaUserValidateInterceptorTest

        public GigyaUserValidateInterceptorTest()
    • 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