Class DefaultGigyaLoginServiceTest
- java.lang.Object
-
- de.hybris.platform.gigya.gigyaservices.login.impl.DefaultGigyaLoginServiceTest
-
@UnitTest public class DefaultGigyaLoginServiceTest extends java.lang.Object
Test class for GigyaLoginService
-
-
Constructor Summary
Constructors Constructor Description DefaultGigyaLoginServiceTest()
-
Method Summary
-
-
-
Method Detail
-
testVerifyGigyaCallWhenConfigIsDoesntExist
public void testVerifyGigyaCallWhenConfigIsDoesntExist()
-
testVerifyGigyaCallWhenConfigExistsAndSiteSecretExists
public void testVerifyGigyaCallWhenConfigExistsAndSiteSecretExists()
-
testVerifyGigyaCallWhenConfigExistsAndUserSecretExists
public void testVerifyGigyaCallWhenConfigExistsAndUserSecretExists()
-
testVerifyGigyaCallWhenConfigExistsAndNeitherUserSecretOrSiteSecretExists
public void testVerifyGigyaCallWhenConfigExistsAndNeitherUserSecretOrSiteSecretExists()
-
testFindCustomerByGigyaUidWhenCustomerExists
public void testFindCustomerByGigyaUidWhenCustomerExists()
-
testFindCustomerByGigyaUidWhenCustomerDoesntExists
public void testFindCustomerByGigyaUidWhenCustomerDoesntExists()
-
testFetchGigyaInfoWhenGigyaUserMgmtModeIsRaas
public void testFetchGigyaInfoWhenGigyaUserMgmtModeIsRaas() throws GigyaApiException- Throws:
GigyaApiException
-
testFetchGigyaInfoWhenGigyaUserMgmtModeIsNotRaas
public void testFetchGigyaInfoWhenGigyaUserMgmtModeIsNotRaas() throws GigyaApiException- Throws:
GigyaApiException
-
testNotifyGigyaOfLogout
public void testNotifyGigyaOfLogout() throws GigyaApiException- Throws:
GigyaApiException
-
testNotifyGigyaOfLogoutWhenConfigIsNull
public void testNotifyGigyaOfLogoutWhenConfigIsNull() throws GigyaApiException- Throws:
GigyaApiException
-
testSendUserToGigyaWhenUserIsNotGigyaUser
public void testSendUserToGigyaWhenUserIsNotGigyaUser() throws GigyaApiException- Throws:
GigyaApiException
-
testSendUserToGigyaSuccessfully
public void testSendUserToGigyaSuccessfully() throws GigyaApiException- Throws:
GigyaApiException
-
testSendUserToGigyaUnSuccessfully
public void testSendUserToGigyaUnSuccessfully() throws GigyaApiException- Throws:
GigyaApiException
-
testSendUserToGigyaSuccessfullyWithFieldMappings
public void testSendUserToGigyaSuccessfullyWithFieldMappings() throws GigyaApiException- Throws:
GigyaApiException
-
testSendUserToGigyaUnSuccessfullyWithFieldMappings
public void testSendUserToGigyaUnSuccessfullyWithFieldMappings() throws GigyaApiException- Throws:
GigyaApiException
-
-