Package org.ff4j.test.cache
Class AbstractCacheManagerJUnitTest
java.lang.Object
org.ff4j.test.cache.AbstractCacheManagerJUnitTest
Cache manager.
- Author:
- Cedrick LUNVEN
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.ff4j.cache.FF4JCacheManagerCache Manager.static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclean()protected abstract org.ff4j.cache.FF4JCacheManagerImplementation of cache manager.voidvoidTDD.voidTDD.voidTDD.voidTDD.voidTDD.voidTDD.
-
Field Details
-
DESCRIPTION
- See Also:
-
cacheManager
protected org.ff4j.cache.FF4JCacheManager cacheManagerCache Manager.
-
-
Constructor Details
-
AbstractCacheManagerJUnitTest
public AbstractCacheManagerJUnitTest()
-
-
Method Details
-
getCacheManager
protected abstract org.ff4j.cache.FF4JCacheManager getCacheManager()Implementation of cache manager.- Returns:
-
initialize
public void initialize() -
clean
public void clean() -
testPutOK
public void testPutOK()TDD. -
testPutSeveral
public void testPutSeveral()TDD. -
testPutAvoidDoublon
public void testPutAvoidDoublon()TDD. -
testEvictOK
public void testEvictOK()TDD. -
testEvictFeatureNotExist
public void testEvictFeatureNotExist()TDD. -
testClear
public void testClear()TDD.
-