Class DefaultRestrictionContextProviderTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.rendering.impl.DefaultRestrictionContextProviderTest
-
@UnitTest public class DefaultRestrictionContextProviderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultRestrictionContextProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgivenNoRestrictionInSession_WhenGetIsCalled_ThenItReturnsNull()voidgivenNoRestrictionInSession_WhenSetMethodCalled_ThenItSetsARestrictionInTheSession()voidgivenRestrictionInSession_WhenGetIsCalled_ThenItReturnsTheRestriction()voidgivenRestrictionInSession_WhenSetMethodCalled_ThenItOverridesRestrictionInTheSession()protected voidsetValueInSession(RestrictionData data)voidWhenRemoveIsCalled_ThenItRemovesRestriction()
-
-
-
Method Detail
-
givenNoRestrictionInSession_WhenGetIsCalled_ThenItReturnsNull
public void givenNoRestrictionInSession_WhenGetIsCalled_ThenItReturnsNull()
-
givenRestrictionInSession_WhenGetIsCalled_ThenItReturnsTheRestriction
public void givenRestrictionInSession_WhenGetIsCalled_ThenItReturnsTheRestriction()
-
givenNoRestrictionInSession_WhenSetMethodCalled_ThenItSetsARestrictionInTheSession
public void givenNoRestrictionInSession_WhenSetMethodCalled_ThenItSetsARestrictionInTheSession()
-
givenRestrictionInSession_WhenSetMethodCalled_ThenItOverridesRestrictionInTheSession
public void givenRestrictionInSession_WhenSetMethodCalled_ThenItOverridesRestrictionInTheSession()
-
WhenRemoveIsCalled_ThenItRemovesRestriction
public void WhenRemoveIsCalled_ThenItRemovesRestriction()
-
setValueInSession
protected void setValueInSession(RestrictionData data)
-
-