public class DelegatingRemoteCacheEagerTest extends AbstractCacheEagerTest
AbstractCacheTest.CacheTypefactory| Constructor and Description |
|---|
DelegatingRemoteCacheEagerTest() |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> void |
assertEmpty(Cache<K,V> cache) |
protected <K,V> void |
assertSize(Cache<K,V> cache,
int expectedSize) |
void |
setUp() |
void |
testObjectKey() |
void |
testSerializableKeys() |
conditionalPutDoesNotPutIfPresent, conditionalPutPutsIfAbsent, removeDoesNothingWhenNoKeyIsPresent, removeDoesNotRemoveWhenValueDoesNotMatch, removeRemovesWhenValueMatches, replaceDoesNothingWhenValueDoesNotMatch, replaceDoesNotReplaceIfAbsent, replaceReplacesWhenValueMatches, testBothExpireHintsSpecified, testClear, testFactoryGeneratedName, testGet, testGetKeys, testGetName, testGetWithSupplier, testMaxEntries, testPut, testRemove, testRemoveAll, testRemoveTwiceassertContainsKeys, assertEventuallyThat, assertMissingKeys, makeExceptionalCache, makeExpiringCache, makeNullReturningCache, makeSimpleCache, makeSimpleCache, makeSizeLimitedCache, makeSizeLimitedCache, makeSlowCache, makeUnexpiringCache, settingsBuilder, settingsBuilder, testWhenRemovingAKeyWhereTheLoaderReturnsNullTheExceptionIsSwallowed, testWhenRemovingAKeyWithValueWhereTheLoaderReturnsNullTheExceptionIsSwallowed, testWhenRemovingAllKeysWhereTheLoaderReturnsNullTheExceptionIsSwallowedprotected <K,V> void assertSize(Cache<K,V> cache, int expectedSize)
assertSize in class AbstractCacheTestprotected <K,V> void assertEmpty(Cache<K,V> cache)
assertEmpty in class AbstractCacheTestpublic void testObjectKey()
Copyright © 2018 Atlassian. All rights reserved.