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 testNullHandling()
           
 
Methods inherited from class com.atlassian.cache.AbstractLazyReferenceTest
makeReference, settingsBuilder, testClear, testExceptionHandling, testFactoryGeneratedName, testGet, testGetName, testNewInstanceForEveryGet, testRemoveTwice, testReset
 
Methods inherited from class com.atlassian.cache.AbstractCacheTest
assertEmpty, assertSize, makeCacheUsingLoader, makeExceptionalCache, makeExpiringCache, makeNullReturningCache, makeSimpleCache, makeSizeLimitedCache, makeSizeLimitedCache, makeUnexpiringCache, testRemoveFromCacheWhileLoadingCacheValueReturnsLatestValue, testRemoveSpecificValueFromCacheWhileLoadingCacheValueReturnsLatestValue
 
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

testNullHandling

public void testNullHandling()
                      throws Exception
Overrides:
testNullHandling in class AbstractLazyReferenceTest
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.