Package de.hybris.platform.cache.impl
Class CacheFactoryTest
- java.lang.Object
-
- de.hybris.platform.cache.impl.CacheFactoryTest
-
@UnitTest public class CacheFactoryTest extends java.lang.Object
Tests for CacheFactory
-
-
Constructor Summary
Constructors Constructor Description CacheFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCrateCacheInstanceForTenantWithCacheSizeAndRegionCacheForceExclComputation()voidtestCreateCacheInstanceForSlaveTenantAndRegionCache()voidtestCreateCacheInstanceForTenantAndRegionCache()Test method forCacheFactory.createCacheInstance(de.hybris.platform.core.Tenant).voidtestCreateCacheInstanceForTenantWithCacheSizeAndRegionCache()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCreateCacheInstanceForTenantAndRegionCache
public void testCreateCacheInstanceForTenantAndRegionCache()
Test method forCacheFactory.createCacheInstance(de.hybris.platform.core.Tenant).
-
testCreateCacheInstanceForSlaveTenantAndRegionCache
public void testCreateCacheInstanceForSlaveTenantAndRegionCache()
-
testCreateCacheInstanceForTenantWithCacheSizeAndRegionCache
public void testCreateCacheInstanceForTenantWithCacheSizeAndRegionCache()
-
testCrateCacheInstanceForTenantWithCacheSizeAndRegionCacheForceExclComputation
public void testCrateCacheInstanceForTenantWithCacheSizeAndRegionCacheForceExclComputation()
-
-