com.atlassian.cache.ehcache
Class DelegatingCachedReferenceTest

java.lang.Object
  extended by com.atlassian.cache.AbstractCacheTest
      extended by com.atlassian.cache.AbstractLazyReferenceTest
          extended by com.atlassian.cache.ehcache.DelegatingCachedReferenceTest

public class DelegatingCachedReferenceTest
extends AbstractLazyReferenceTest

Test the Delegated Lazy Reference

Since:
2.0

Field Summary
 
Fields inherited from class com.atlassian.cache.AbstractCacheTest
factory
 
Constructor Summary
DelegatingCachedReferenceTest()
           
 
Method Summary
 void setUp()
           
 void testResetConcurrentWithLoadClustered()
           
 
Methods inherited from class com.atlassian.cache.AbstractLazyReferenceTest
makeReference, resetConcurrentWithLoad, settingsBuilder, testClear, testExceptionHandling, testFactoryGeneratedName, testGet, testGetName, testNewInstanceForEveryGet, testNullHandling, testRemoveTwice, testReset, testResetConcurrentWithLoadLocal, testWhenResettingAReferenceWhereTheSupplierReturnsNullNoExceptionIsThrown
 
Methods inherited from class com.atlassian.cache.AbstractCacheTest
assertEmpty, assertSize, makeExceptionalCache, makeExpiringCache, makeNullReturningCache, makeSimpleCache, makeSizeLimitedCache, makeSizeLimitedCache, makeUnexpiringCache, testWhenRemovingAKeyWhereTheLoaderReturnsNullTheExceptionIsSwallowed, testWhenRemovingAKeyWithValueWhereTheLoaderReturnsNullTheExceptionIsSwallowed, testWhenRemovingAllKeysWhereTheLoaderReturnsNullTheExceptionIsSwallowed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingCachedReferenceTest

public DelegatingCachedReferenceTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testResetConcurrentWithLoadClustered

public void testResetConcurrentWithLoadClustered()
                                          throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.