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 LocalCacheOperations<String,String> |
createCache(String name) |
void |
init() |
void |
testGet() |
void |
testGetBulkEmpty() |
void |
testGetBulkOneMissOneKey() |
void |
testGetBulkSingleMiss() |
void |
testGetBulkWithFunction() |
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 LocalCacheOperations<String,String> createCache(String name)
public void init()
public void testInvalidName()
Copyright © 2015 Atlassian. All rights reserved.