Class DefaultCloneComponentContextProviderTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.impl.DefaultCloneComponentContextProviderTest
-
@UnitTest public class DefaultCloneComponentContextProviderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCloneComponentContextProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldFindItemForKey()voidshouldFindTopMostItemForKey()voidshouldFindValueInSession()voidshouldInitializeSessionValueWithExistingReference()voidshouldInitializeSessionValueWithNewReference()voidshouldNotFindItemForKeyNoMatch()voidshouldNotFindItemForKeyNonIntializedSession()voidshouldNotFindValueInSessionThrowException()voidshouldNotFindValueInSessionWithNoException()
-
-
-
Method Detail
-
shouldFindValueInSession
public void shouldFindValueInSession()
-
shouldNotFindValueInSessionWithNoException
public void shouldNotFindValueInSessionWithNoException()
-
shouldNotFindValueInSessionThrowException
public void shouldNotFindValueInSessionThrowException()
-
shouldInitializeSessionValueWithNewReference
public void shouldInitializeSessionValueWithNewReference()
-
shouldInitializeSessionValueWithExistingReference
public void shouldInitializeSessionValueWithExistingReference()
-
shouldNotFindItemForKeyNonIntializedSession
public void shouldNotFindItemForKeyNonIntializedSession()
-
shouldNotFindItemForKeyNoMatch
public void shouldNotFindItemForKeyNoMatch()
-
shouldFindItemForKey
public void shouldFindItemForKey()
-
shouldFindTopMostItemForKey
public void shouldFindTopMostItemForKey()
-
-