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
@IntegrationTest public class MediaFolderValidatorIntegrationTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description MediaFolderValidatorIntegrationTest()
-
Method Summary
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
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
-
-