Class DefaultCMSPermissionCachedCRUDServiceTest
- java.lang.Object
-
- de.hybris.platform.cms2.permissions.impl.DefaultCMSPermissionCachedCRUDServiceTest
-
@UnitTest public class DefaultCMSPermissionCachedCRUDServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCMSPermissionCachedCRUDServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcannotCreateTypeInstanceIfTypeIsNotVerifiable()voidcannotReadAttributeIfAttributeIsNotVerifiable()voidshouldGetAttributePermissionFromCacheIfInCache()voidshouldGetAttributePermissionFromDatabaseIfNotInCache()voidshouldGetTypePermissionFromCacheIfInCache()voidshouldGetTypePermissionFromDatabaseIfNotInCache()
-
-
-
Method Detail
-
shouldGetTypePermissionFromDatabaseIfNotInCache
public void shouldGetTypePermissionFromDatabaseIfNotInCache()
-
shouldGetTypePermissionFromCacheIfInCache
public void shouldGetTypePermissionFromCacheIfInCache()
-
shouldGetAttributePermissionFromDatabaseIfNotInCache
public void shouldGetAttributePermissionFromDatabaseIfNotInCache()
-
shouldGetAttributePermissionFromCacheIfInCache
public void shouldGetAttributePermissionFromCacheIfInCache()
-
cannotCreateTypeInstanceIfTypeIsNotVerifiable
public void cannotCreateTypeInstanceIfTypeIsNotVerifiable()
-
cannotReadAttributeIfAttributeIsNotVerifiable
public void cannotReadAttributeIfAttributeIsNotVerifiable()
-
-