com.atlassian.cache.memory
Class DelegatingCacheEagerTest

java.lang.Object
  extended by com.atlassian.cache.AbstractCacheEagerTest
      extended by com.atlassian.cache.memory.DelegatingCacheEagerTest

public class DelegatingCacheEagerTest
extends AbstractCacheEagerTest

Test the delegated eager Cache

Since:
2.0

Field Summary
 
Fields inherited from class com.atlassian.cache.AbstractCacheEagerTest
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, testMaxEntries, testPut, testRemove, testRemoveAll, testRemoveTwice
 
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 © 2014 Atlassian. All Rights Reserved.