Class DefaultSessionCachedContextProviderTest


  • @UnitTest
    public class DefaultSessionCachedContextProviderTest
    extends java.lang.Object
    • Constructor Detail

      • DefaultSessionCachedContextProviderTest

        public DefaultSessionCachedContextProviderTest()
    • Method Detail

      • shouldCreateSetInCache

        public void shouldCreateSetInCache()
      • shouldGetExistingSetFromCache

        public void shouldGetExistingSetFromCache()
      • shouldFailToInstantiateCollectionInCache

        public void shouldFailToInstantiateCollectionInCache()
      • shouldCreateSetInCacheAndAddItemToSet

        public void shouldCreateSetInCacheAndAddItemToSet()
      • shouldAddItemToExistingSetInCache

        public void shouldAddItemToExistingSetInCache()
      • shouldGetWrappedObjectByCacheKey

        public void shouldGetWrappedObjectByCacheKey()
      • givenKeyIsNotCached_WhenHasCacheKeyIsCalled_ThenItMustReturnFalse

        public void givenKeyIsNotCached_WhenHasCacheKeyIsCalled_ThenItMustReturnFalse()
      • givenKeyIsCached_WhenHasCacheKeyIsCalled_ThenItMustReturnTrue

        public void givenKeyIsCached_WhenHasCacheKeyIsCalled_ThenItMustReturnTrue()
      • whenCreateEmptyListCacheIsCalled_ThenItMustCreateAnEmptyListCache

        public void whenCreateEmptyListCacheIsCalled_ThenItMustCreateAnEmptyListCache()
      • shouldFailToGetWrappedObjectInvalidInputType

        public void shouldFailToGetWrappedObjectInvalidInputType()