com.atlassian.cache.ehcache
Class DelegatingCacheEagerTest

java.lang.Object
  extended by com.atlassian.cache.AbstractCacheTest
      extended by com.atlassian.cache.AbstractCacheEagerTest
          extended by com.atlassian.cache.ehcache.DelegatingCacheEagerTest

public class DelegatingCacheEagerTest
extends AbstractCacheEagerTest

Test the delegated eager Cache

Since:
2.0

Field Summary
 
Fields inherited from class com.atlassian.cache.AbstractCacheTest
factory
 
Constructor Summary
DelegatingCacheEagerTest()
           
 
Method Summary
 void setUp()
           
 
Methods inherited from class com.atlassian.cache.AbstractCacheEagerTest
conditionalPutDoesNotPutIfPresent, conditionalPutPutsIfAbsent, removeDoesNothingWhenNoKeyIsPresent, removeDoesNotRemoveWhenValueDoesNotMatch, removeRemovesWhenValueMatches, replaceDoesNothingWhenValueDoesNotMatch, replaceDoesNotReplaceIfAbsent, replaceReplacesWhenValueMatches, testBothExpireHintsSpecified, testClear, testFactoryGeneratedName, testGet, testGetKeys, testGetName, testGetWithSupplier, testMaxEntries, 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

DelegatingCacheEagerTest

public DelegatingCacheEagerTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.