Package de.hybris.platform.jalo
Class FlexibleSearchDisableCacheForReadOnlyDataSourceTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.jalo.FlexibleSearchDisableCacheForReadOnlyDataSourceTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class FlexibleSearchDisableCacheForReadOnlyDataSourceTest
extends ServicelayerBaseTest
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidtearDown()voidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
FlexibleSearchDisableCacheForReadOnlyDataSourceTest
public FlexibleSearchDisableCacheForReadOnlyDataSourceTest()
-
-
Method Details
-
tearDown
public void tearDown() -
shouldDisableCacheWhenReadOnlyDSIsUsedAntEnablingAttributeIsSetToFalse
public void shouldDisableCacheWhenReadOnlyDSIsUsedAntEnablingAttributeIsSetToFalse() -
shouldDisableCacheWhenReadOnlyDSIsUsedAndEnablingAttributeIsSetToFalseAsAString
public void shouldDisableCacheWhenReadOnlyDSIsUsedAndEnablingAttributeIsSetToFalseAsAString() -
shouldDisableCacheWhenReadOnlyDSIsUsedWhenEnablingAttributeIsSetToNotMeaningfulString
public void shouldDisableCacheWhenReadOnlyDSIsUsedWhenEnablingAttributeIsSetToNotMeaningfulString() -
shouldEnableCacheWhenReadOnlyDSIsUsedAndEnablingAttributeValueIsAnInteger
public void shouldEnableCacheWhenReadOnlyDSIsUsedAndEnablingAttributeValueIsAnInteger() -
shouldNotDisableCacheWhenMainDSIsUsed
public void shouldNotDisableCacheWhenMainDSIsUsed() -
shouldUseCacheWhenEnablingAttributeIsNotProvided
public void shouldUseCacheWhenEnablingAttributeIsNotProvided() -
shouldUseCacheWhenEnablingAttributeIsSetToTrue
public void shouldUseCacheWhenEnablingAttributeIsSetToTrue() -
shouldUseCacheWhenEnablingAttributeIsSetToTrueAsAString
public void shouldUseCacheWhenEnablingAttributeIsSetToTrueAsAString() -
testSettingEnablingAttributeToFalseAsAStringWithMixedCaseDisablesCaching
public void testSettingEnablingAttributeToFalseAsAStringWithMixedCaseDisablesCaching() -
testSettingEnablingAttributeToTrueDoesNothingWhenDisableCacheAttributeIsSetToTrue
public void testSettingEnablingAttributeToTrueDoesNothingWhenDisableCacheAttributeIsSetToTrue() -
testSettingEnablingAttributeToFalseWhenDisablingAttributeIsSetToTrueResultsInCacheNotBeingUsed
public void testSettingEnablingAttributeToFalseWhenDisablingAttributeIsSetToTrueResultsInCacheNotBeingUsed()
-