@UnitTest public abstract class AbstractCacheControllerOneRegionTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TestCacheKeyFactory |
cacheKeyFactory |
protected DefaultCacheController |
controller |
protected static Logger |
LOGGER |
protected CacheRegion |
region |
| Constructor and Description |
|---|
AbstractCacheControllerOneRegionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
choosingRegionTest()
Test if: default cache region is chosen
|
void |
clean() |
static void |
cleanEHCache() |
void |
concurrentValuePutTest()
Tests if: cache stores loaded values
|
void |
evictionTest()
Tests if: cache evicts values [no registry]
|
void |
init() |
static void |
initialize() |
void |
invalidateKeyTest()
Tests if: invalidation when key inside cache map
|
void |
invalidationTest()
Tests if: invalidation with no key inside.
|
void |
invalidationTestWithFilter()
Tests if: invalidation with no key inside.
|
void |
multitenantCacheRegistryTest() |
void |
statsTest() |
void |
statsTypesTest() |
void |
valuePutTest() |
protected DefaultCacheController controller
protected CacheRegion region
protected final TestCacheKeyFactory cacheKeyFactory
protected static final Logger LOGGER
public AbstractCacheControllerOneRegionTest()
public static void initialize()
public void init()
public void clean()
public static void cleanEHCache()
public void valuePutTest()
throws CacheRegionNotSpecifiedException,
CacheValueLoadException
public void concurrentValuePutTest()
throws CacheRegionNotSpecifiedException,
CacheValueLoadException
public void choosingRegionTest()
throws CacheRegionNotSpecifiedException
CacheRegionNotSpecifiedExceptionpublic void statsTest()
public void evictionTest()
throws CacheRegionNotSpecifiedException,
CacheValueLoadException
public void invalidationTest()
throws CacheRegionNotSpecifiedException,
CacheValueLoadException
public void invalidationTestWithFilter()
throws CacheRegionNotSpecifiedException,
CacheValueLoadException
public void invalidateKeyTest()
throws CacheRegionNotSpecifiedException,
CacheValueLoadException
public void multitenantCacheRegistryTest()
public void statsTypesTest()
Copyright © 2017 SAP SE. All Rights Reserved.