Class DefaultMediaServiceJALOIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.media.impl.DefaultMediaServiceIntegrationTest
de.hybris.platform.servicelayer.media.impl.DefaultMediaServiceJALOIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class DefaultMediaServiceJALOIntegrationTest
extends DefaultMediaServiceIntegrationTest
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.media.impl.DefaultMediaServiceIntegrationTest
allowDerivedMediaWithSameVersionForDifferentMedias, setUp, shouldAddMediaVersionToExistingMedia, shouldConnectDataFromOneMediaToAnotherIfBothMediasAreInTheSameFolder, shouldCopyDataFromOneMediaToAnotherFromNotSecuredFolderToSecured, shouldCopyDataFromOneMediaToAnotherFromSecuredFolderToNotSecured, shouldCopyDataFromOneMediaToAnotherIfBothMediasAreInDifferentFolders, shouldCopyUrlFromOneMediaToAnotherIfSourceMediaIsUrlBasedAndTargetMediaHasData, shouldCopyUrlFromOneMediaToAnotherIfSourceMediaIsUrlBasedAndTargetMediaHasNoData, shouldDuplicateDataFromOneMediaToAnother, shouldDuplicateDataFromOneMediaToAnotherFromNotSecuredFolderToSecured, shouldDuplicateDataFromOneMediaToAnotherFromSecuredFolderToNotSecured, shouldDuplicateDataFromOneMediaToAnotherIfBothMediasAreInDifferentFolders, shouldDuplicateUrlFromOneMediaToAnotherIfSourceMediaIsUrlBasedAndTargetMediaHasData, shouldDuplicateUrlFromOneMediaToAnotherIfSourceMediaIsUrlBasedAndTargetMediaHasNoData, shouldFindForeignDataOwner, shouldMoveDataFromOneMediaToAnother, shouldMoveDataFromOneMediaToAnotherFromNotSecuredFolderToSecured, shouldMoveDataFromOneMediaToAnotherFromSecuredFolderToNotSecured, shouldMoveMediaFromRootFolder, shouldMoveMediaFromSecureFolder, shouldMoveMediaToAnotherFolder, shouldMoveMediaToAnotherFolderWhenMediaHasOnlyUrl, shouldMoveMediaToRootFolder, shouldMoveMediaToSecureFolder, shouldNotConnectDuplicatedDataFromOneMediaToAnotherIfBothMediasAreInTheSameFolder, shouldNotRemoveDataFromStorageOnMediaModelRemovalIfItShareItWithAnotherObject, shouldNotRemoveNotRemovableMedia, shouldPreventAddingMediaVersionWithNotUniqueVersionId, shouldProvideDownloadUrlInModel, shouldReadDeniedAndPermittedPrincipals, shouldRemoveDataFromMediaByJustClearingMetadataIfItShareItWithAnotherObject, shouldRemoveDataFromMediaCompletelyIfItDoesNotShareItWithAnotherObject, shouldRemoveDataFromStorageOnMediaModelRemovalIfItDoesNotShareItWithAnotherObject, shouldRemoveDataFromStorageOnMediaModelRemovalIfItDoesNotShareItWithAnotherObjectEvenWithMessedLocation, shouldRemoveVersionFromExistingMedia, shouldReturnDataStreamForExistingMediaVersion, shouldReturnMediaDataAsByteArray, shouldReturnMediaDataAsByteArrayWhenMediaHasOnlyUrl, shouldReturnMediaDataAsListOfFiles, shouldReturnMediaDataAsStreamWhenMediaHasOnlyUrl, shouldReturnMediaDataAsStreamWhenMediaHasOnlyUrlWithFROMJARPrefix, shouldReturnMediaDataAsStreamWhenMediaHasRealData, shouldReturnUrlForExistingMediaVersion, shouldSetDeniedAndPermittedPrincipals, shouldSetDeniedAndPermittedPrincipalsNoMatterOrder, shouldSetFolderToRootIfNotSaveDuringSave, shouldSetSpecifiedMimeTypeIfStreamAvailableReturnsZero, shouldSetStreamDataToMedia, shouldSetUrlForMediaWhichContainsDataAndShouldNotRemoveItsDataIfItIsReferenced, shouldSetUrlForMediaWhichContainsDataAndShouldRemoveItsDataIfItIsNotReferenced, shouldSetUrlForNonSavedModel, shouldSetUrlForSavedModelWhichDoesNotContainAnyData, shouldThrowIllegalStateExceptionOnCopyingDataWhenSourceMediaHasNotDataAndEmptyUrl, shouldThrowIllegalStateExceptionOnDuplicatingDataWhenSourceMediaHasNotDataAndEmptyUrl, shouldThrowNoDataAvailableExceptionWhenAnyExceptionOccursDuringObtainingDataAsByteArray, shouldThrowNoDataAvailableExceptionWhenAnyExceptionOccursDuringObtainingDataAsFiles, shouldThrowNoDataAvailableExceptionWhenAnyExceptionOccursDuringObtainingDataAsStream, tearDown, testSecureFolderMethods 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
-
DefaultMediaServiceJALOIntegrationTest
public DefaultMediaServiceJALOIntegrationTest()
-