Class MediaFolderValidatorIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.interceptor.impl.MediaFolderValidatorIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidshouldNotValidateFoldersConfiguredWithDifferentStrategiesWhenValidationIsDisabledUsingDefaultSetting()voidshouldNotValidateFoldersWithDisabledValidationWhenValidationIsEnabledUsingDefaultAndGlobalSettings()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidtearDown()Methods 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
-
MediaFolderValidatorIntegrationTest
public MediaFolderValidatorIntegrationTest()
-
-
Method Details
-
setUp
public void setUp() -
tearDown
public void tearDown() -
shouldValidateMediaFolderWhenValidationIsEnabledUsingDefaultSetting
public void shouldValidateMediaFolderWhenValidationIsEnabledUsingDefaultSetting() throws InterceptorException- Throws:
InterceptorException
-
shouldNotValidateMediaFolderWhenValidationIsDisabledUsingDefaultSetting
public void shouldNotValidateMediaFolderWhenValidationIsDisabledUsingDefaultSetting() throws InterceptorException- Throws:
InterceptorException
-
shouldValidateMediaFolderWhenValidationIsEnabledUsingGlobalSetting
public void shouldValidateMediaFolderWhenValidationIsEnabledUsingGlobalSetting() throws InterceptorException- Throws:
InterceptorException
-
shouldNotValidateMediaFolderWhenValidationIsDisabledUsingGlobalSetting
public void shouldNotValidateMediaFolderWhenValidationIsDisabledUsingGlobalSetting() throws InterceptorException- Throws:
InterceptorException
-
shouldValidateMediaFolderWhenValidationIsEnabledUsingFolderSetting
public void shouldValidateMediaFolderWhenValidationIsEnabledUsingFolderSetting() throws InterceptorException- Throws:
InterceptorException
-
shouldNotValidateMediaFolderWhenValidationIsDisabledUsingFolderSetting
public void shouldNotValidateMediaFolderWhenValidationIsDisabledUsingFolderSetting() throws InterceptorException- Throws:
InterceptorException
-
shouldValidateOnlyMediaFolderConfiguredWithLocaleFileStorageStrategy
public void shouldValidateOnlyMediaFolderConfiguredWithLocaleFileStorageStrategy() throws InterceptorException- Throws:
InterceptorException
-
shouldValidateFoldersWithoutDisabledValidationWhenValidationIsEnabledUsingDefaultSetting
public void shouldValidateFoldersWithoutDisabledValidationWhenValidationIsEnabledUsingDefaultSetting() throws InterceptorException- Throws:
InterceptorException
-
shouldValidateFoldersWithEnabledValidationWhenValidationIsDisabledUsingGlobalSetting
public void shouldValidateFoldersWithEnabledValidationWhenValidationIsDisabledUsingGlobalSetting() throws InterceptorException- Throws:
InterceptorException
-
shouldNotValidateFoldersWithDisabledValidationWhenValidationIsEnabledUsingDefaultAndGlobalSettings
public void shouldNotValidateFoldersWithDisabledValidationWhenValidationIsEnabledUsingDefaultAndGlobalSettings() throws InterceptorException- Throws:
InterceptorException
-
shouldNotValidateFoldersConfiguredWithDifferentStrategiesWhenValidationIsDisabledUsingDefaultSetting
public void shouldNotValidateFoldersConfiguredWithDifferentStrategiesWhenValidationIsDisabledUsingDefaultSetting() throws InterceptorException- Throws:
InterceptorException
-