Class RegionRegistryAllocationStrategyTest
- java.lang.Object
-
- de.hybris.platform.regioncache.test.RegionRegistryAllocationStrategyTest
-
@UnitTest public class RegionRegistryAllocationStrategyTest extends java.lang.Object
Test for RegionRegistryAllocationStrategy
-
-
Constructor Summary
Constructors Constructor Description RegionRegistryAllocationStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidshouldNotUseRegistryForManualRegion()voidshouldUseRegistryForManualRegion()For region configuration with empty types RegionRegistryAllocationStrategy should "create" registry.voidtestNullValue()
-
-
-
Method Detail
-
init
public void init()
-
shouldUseRegistryForManualRegion
public void shouldUseRegistryForManualRegion()
For region configuration with empty types RegionRegistryAllocationStrategy should "create" registry. Not to create registry RegionType.NON_REGISTRABLE (only) should be provided as a type.
-
shouldNotUseRegistryForManualRegion
public void shouldNotUseRegistryForManualRegion()
-
testNullValue
public void testNullValue()
-
-