com.atlassian.cache.ehcache
Class DelegatingCacheLazyTest

java.lang.Object
  extended by com.atlassian.cache.AbstractCacheTest
      extended by com.atlassian.cache.AbstractCacheLazyTest
          extended by com.atlassian.cache.ehcache.DelegatingCacheLazyTest

public class DelegatingCacheLazyTest
extends AbstractCacheLazyTest

Test the Delegated Lazy Cache

Since:
2.0

Field Summary
 
Fields inherited from class com.atlassian.cache.AbstractCacheTest
factory
 
Constructor Summary
DelegatingCacheLazyTest()
           
 
Method Summary
 void setUp()
           
 void shouldBlockOnConcurrentGet()
           
 void testNullValue()
           
 
Methods inherited from class com.atlassian.cache.AbstractCacheLazyTest
testClear, testConstructExpiringCache, testExceptionHandling, testFactoryGeneratedName, testGet, testGetKeys, testGetName, testMaxEntries, testNewInstanceForEveryGet, testNullKey, testPut, testRemove, testRemoveAll, testRemoveTwice
 
Methods inherited from class com.atlassian.cache.AbstractCacheTest
assertEmpty, assertSize, makeCacheUsingLoader, makeExceptionalCache, makeExpiringCache, makeNullReturningCache, makeSimpleCache, makeSizeLimitedCache, makeSizeLimitedCache, makeUnexpiringCache, settingsBuilder, testRemoveFromCacheWhileLoadingCacheValueReturnsLatestValue, testRemoveSpecificValueFromCacheWhileLoadingCacheValueReturnsLatestValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingCacheLazyTest

public DelegatingCacheLazyTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testNullValue

public void testNullValue()
                   throws Exception
Overrides:
testNullValue in class AbstractCacheLazyTest
Throws:
Exception

shouldBlockOnConcurrentGet

public void shouldBlockOnConcurrentGet()
                                throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.