Class ConsentLayerFilterTest
java.lang.Object
com.hybris.yprofile.consent.filters.ConsentLayerFilterTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConsentLayerFilterTest
public ConsentLayerFilterTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
releaseMocks
- Throws:
Exception
-
shouldStopProcessingIfFilterWasAlreadyInvoked
public void shouldStopProcessingIfFilterWasAlreadyInvoked() throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
shouldNotTrackWhenProfileTrackingPaused
public void shouldNotTrackWhenProfileTrackingPaused() throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
shouldTrackWhenProfileTrackingConsentIsGiven
public void shouldTrackWhenProfileTrackingConsentIsGiven() throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
shouldNotTrackWhenProfileTrackingConsentIsWithdrawnAndRemoveCookie
public void shouldNotTrackWhenProfileTrackingConsentIsWithdrawnAndRemoveCookie() throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
shouldNotTrackWhenAccountIsDeactivated
public void shouldNotTrackWhenAccountIsDeactivated() throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
shouldSetProfileIdCookieWhenLoginIsSuccessful
public void shouldSetProfileIdCookieWhenLoginIsSuccessful() throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
shouldNotRunFilterLogicWhenRequestIsNull
public void shouldNotRunFilterLogicWhenRequestIsNull()
-