public abstract class AbstractCacheEagerTest extends AbstractCacheTest
AbstractCacheTest.CacheTypefactory| Constructor and Description |
|---|
AbstractCacheEagerTest() |
AbstractCacheEagerTest(AbstractCacheTest.CacheType cacheType) |
| Modifier and Type | Method and Description |
|---|---|
void |
conditionalPutDoesNotPutIfPresent() |
void |
conditionalPutPutsIfAbsent() |
void |
removeDoesNothingWhenNoKeyIsPresent() |
void |
removeDoesNotRemoveWhenValueDoesNotMatch() |
void |
removeRemovesWhenValueMatches() |
void |
replaceDoesNothingWhenValueDoesNotMatch() |
void |
replaceDoesNotReplaceIfAbsent() |
void |
replaceReplacesWhenValueMatches() |
void |
testBothExpireHintsSpecified() |
void |
testClear() |
void |
testFactoryGeneratedName() |
void |
testGet() |
void |
testGetKeys() |
void |
testGetName() |
void |
testGetWithSupplier() |
void |
testMaxEntries() |
void |
testPut() |
void |
testRemove() |
void |
testRemoveAll() |
void |
testRemoveTwice() |
assertContainsKeys, assertEmpty, assertMissingKeys, assertSize, makeExceptionalCache, makeExpiringCache, makeNullReturningCache, makeSimpleCache, makeSimpleCache, makeSizeLimitedCache, makeSizeLimitedCache, makeUnexpiringCache, settingsBuilder, settingsBuilder, testWhenRemovingAKeyWhereTheLoaderReturnsNullTheExceptionIsSwallowed, testWhenRemovingAKeyWithValueWhereTheLoaderReturnsNullTheExceptionIsSwallowed, testWhenRemovingAllKeysWhereTheLoaderReturnsNullTheExceptionIsSwallowedpublic AbstractCacheEagerTest()
public AbstractCacheEagerTest(AbstractCacheTest.CacheType cacheType)
public void conditionalPutPutsIfAbsent()
public void conditionalPutDoesNotPutIfPresent()
public void replaceDoesNotReplaceIfAbsent()
public void replaceReplacesWhenValueMatches()
public void replaceDoesNothingWhenValueDoesNotMatch()
public void removeDoesNothingWhenNoKeyIsPresent()
public void removeRemovesWhenValueMatches()
public void removeDoesNotRemoveWhenValueDoesNotMatch()
public void testBothExpireHintsSpecified()
Copyright © 2015 Atlassian. All rights reserved.