Class ConfigurableRelationAttributesProviderUnitTest

java.lang.Object
de.hybris.platform.cache.relation.ConfigurableRelationAttributesProviderUnitTest

@UnitTest public class ConfigurableRelationAttributesProviderUnitTest extends Object
  • Constructor Details

    • ConfigurableRelationAttributesProviderUnitTest

      public ConfigurableRelationAttributesProviderUnitTest()
  • Method Details

    • shouldBeEnabledGloballyByDefaultButSpecificRelationShouldBeDisabledByDefault

      public void shouldBeEnabledGloballyByDefaultButSpecificRelationShouldBeDisabledByDefault()
    • shouldReturnEmptyAttributesWhenRelationCachingIsDisabledGlobally

      public void shouldReturnEmptyAttributesWhenRelationCachingIsDisabledGlobally()
    • shouldReturnEmptyAttributesWhenRelationCachingIsEnabledGloballyButDisabledForSpecificType

      public void shouldReturnEmptyAttributesWhenRelationCachingIsEnabledGloballyButDisabledForSpecificType()
    • shouldReturnRelationAttributesWhenRelationCachingIsEnabledGloballyAndEnabledForSpecificType

      public void shouldReturnRelationAttributesWhenRelationCachingIsEnabledGloballyAndEnabledForSpecificType()
    • shouldReturnOnlyEnabledTypes

      public void shouldReturnOnlyEnabledTypes()