Class AbstractBackofficeFacetSearchConfigCacheTest
- java.lang.Object
-
- com.hybris.backoffice.search.cache.impl.AbstractBackofficeFacetSearchConfigCacheTest
-
public class AbstractBackofficeFacetSearchConfigCacheTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractBackofficeFacetSearchConfigCacheTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidShouldClearCacheWhenHasInvalidateCache()voidShouldInvokeInvalidateCacheWhenIsOperationInvalidating()voidshouldReturnNullConfigForTypeCodeWhenPKIsNull()voidshouldReturnSearchConfigForTypeCodeWhenPKExists()voidshouldReturnTrueWhenCacheContainsKey()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnTrueWhenCacheContainsKey
public void shouldReturnTrueWhenCacheContainsKey()
-
shouldReturnSearchConfigForTypeCodeWhenPKExists
public void shouldReturnSearchConfigForTypeCodeWhenPKExists()
-
shouldReturnNullConfigForTypeCodeWhenPKIsNull
public void shouldReturnNullConfigForTypeCodeWhenPKIsNull()
-
ShouldClearCacheWhenHasInvalidateCache
public void ShouldClearCacheWhenHasInvalidateCache()
-
ShouldInvokeInvalidateCacheWhenIsOperationInvalidating
public void ShouldInvokeInvalidateCacheWhenIsOperationInvalidating()
-
-