Class LoginSuccessEventListenerTest

java.lang.Object
com.hybris.yprofile.listeners.LoginSuccessEventListenerTest

@UnitTest public class LoginSuccessEventListenerTest extends Object
  • Constructor Details

    • LoginSuccessEventListenerTest

      public LoginSuccessEventListenerTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • releaseMocks

      public void releaseMocks() throws Exception
      Throws:
      Exception
    • verifyLoginEventIsSentWhenConsentReferenceFromSessionIsNotNull

      public void verifyLoginEventIsSentWhenConsentReferenceFromSessionIsNotNull()
    • verifyLoginEventIsSentWhenConsentReferenceFromCustomerModelIsNotNull

      public void verifyLoginEventIsSentWhenConsentReferenceFromCustomerModelIsNotNull()
    • verifyLoginEventIsNotSentWhenConsentReferenceIsNull

      public void verifyLoginEventIsNotSentWhenConsentReferenceIsNull()
    • verifyLoginEventShouldUseConsentReferenceFromSession

      public void verifyLoginEventShouldUseConsentReferenceFromSession()