public class DelegatingRemoteCacheLazyTest extends AbstractCacheLazyTest
AbstractCacheTest.CacheTypeREMOVE_0, REMOVE_ALLfactory| Constructor and Description |
|---|
DelegatingRemoteCacheLazyTest() |
| 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 |
testRemoveAllConcurrentWithLoaderLocal() |
void |
testRemoveAllConcurrentWithSupplierLocal() |
void |
testRemoveConcurrentWithLoaderLocal() |
void |
testRemoveConcurrentWithSupplierLocal() |
removeConcurrentWithLoader, removeConcurrentWithSupplier, testClear, testConstructExpiringCache, testExceptionHandling, testFactoryGeneratedName, testGet, testGetKeys, testGetName, testMaxEntries, testNewInstanceForEveryGet, testNullKey, testNullValue, 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 testRemoveConcurrentWithLoaderLocal()
testRemoveConcurrentWithLoaderLocal in class AbstractCacheLazyTestpublic void testRemoveAllConcurrentWithLoaderLocal()
testRemoveAllConcurrentWithLoaderLocal in class AbstractCacheLazyTestpublic void testRemoveConcurrentWithSupplierLocal()
testRemoveConcurrentWithSupplierLocal in class AbstractCacheLazyTestpublic void testRemoveAllConcurrentWithSupplierLocal()
testRemoveAllConcurrentWithSupplierLocal in class AbstractCacheLazyTestCopyright © 2018 Atlassian. All rights reserved.