public class DelegatingCacheWrapperTest extends Object
| Constructor and Description |
|---|
DelegatingCacheWrapperTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init() |
void |
testClear() |
void |
testContainsKey() |
void |
testGet() |
void |
testGetKeys() |
void |
testGetWithLoaderExistingValue() |
void |
testGetWithLoaderNonExistingValue() |
void |
testPut() |
void |
testPutIfAbsentExisting() |
void |
testPutIfAbsentNonExisting() |
void |
testRemove() |
void |
testRemoveAll() |
void |
testRemoveWithDifferentValue() |
void |
testRemoveWithSameValue() |
void |
testReplaceWithDifferentOldValue() |
void |
testReplaceWithNonExistent() |
void |
testReplaceWithSameOldValue() |
public void init()
public void destroy()
public void testContainsKey()
public void testGetKeys()
public void testPut()
public void testPutIfAbsentNonExisting()
public void testPutIfAbsentExisting()
public void testGet()
public void testGetWithLoaderExistingValue()
public void testGetWithLoaderNonExistingValue()
public void testRemove()
public void testRemoveWithSameValue()
public void testRemoveWithDifferentValue()
public void testReplaceWithNonExistent()
public void testReplaceWithDifferentOldValue()
public void testReplaceWithSameOldValue()
public void testRemoveAll()
public void testClear()
Copyright © 2018 Atlassian. All rights reserved.