public abstract class AbstractCacheManagerJUnitTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FF4JCacheManager |
cacheManager
Cache Manager.
|
static String |
DESCRIPTION |
| Constructor and Description |
|---|
AbstractCacheManagerJUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
protected abstract FF4JCacheManager |
getCacheManager()
Implementation of cache manager.
|
void |
initialize() |
void |
testClear()
TDD.
|
void |
testEvictFeatureNotExist()
TDD.
|
void |
testEvictOK()
TDD.
|
void |
testPutAvoidDoublon()
TDD.
|
void |
testPutOK()
TDD.
|
void |
testPutSeveral()
TDD.
|
public static final String DESCRIPTION
protected FF4JCacheManager cacheManager
protected abstract FF4JCacheManager getCacheManager()
public void initialize()
public void clean()
public void testPutOK()
public void testPutSeveral()
public void testPutAvoidDoublon()
public void testEvictOK()
public void testEvictFeatureNotExist()
public void testClear()
Copyright © 2013–2020 FF4J. All rights reserved.