public abstract class AbstractLocalCacheOperationsTest extends Object
LocalCacheOperations.| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
thrown |
| Constructor and Description |
|---|
AbstractLocalCacheOperationsTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <K,V> LocalCacheOperations<K,V> |
createCache(String name) |
void |
getBulkFactory() |
void |
handle_legal_recursion_factory() |
void |
handle_legal_recursion_supplier() |
void |
init() |
void |
testGet() |
void |
testInvalidName() |
void |
testPut() |
void |
testPutIfAbsent() |
void |
testRemoveAll() |
void |
testRemoveIfMismatch() |
void |
testRemoveIfMissing() |
void |
testRemoveIfOkay() |
void |
testRemoveMissing() |
void |
testRemoveOkay() |
void |
testReplaceIfMismatch() |
void |
testReplaceIfMissing() |
void |
testReplaceIfOkay() |
protected abstract <K,V> LocalCacheOperations<K,V> createCache(String name)
public void init()
public void testInvalidName()
public void getBulkFactory()
public void handle_legal_recursion_supplier()
public void handle_legal_recursion_factory()
Copyright © 2016 Atlassian. All rights reserved.