Class WindowsAzureBlobStorageStrategyTest

java.lang.Object
de.hybris.platform.azure.media.storage.WindowsAzureBlobStorageStrategyTest

@UnitTest public class WindowsAzureBlobStorageStrategyTest extends Object
  • Constructor Details

    • WindowsAzureBlobStorageStrategyTest

      public WindowsAzureBlobStorageStrategyTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldThrowIllegalArgumentExceptionWhenFolderConfigIsNullOnStoringMedia

      public void shouldThrowIllegalArgumentExceptionWhenFolderConfigIsNullOnStoringMedia()
    • shouldThrowIllegalArgumentExceptionWhenMediaIdIsNullOnStoringMedia

      public void shouldThrowIllegalArgumentExceptionWhenMediaIdIsNullOnStoringMedia()
    • shouldThrowIllegalArgumentExceptionWhenMetaDataIsNullOnStoringMedia

      public void shouldThrowIllegalArgumentExceptionWhenMetaDataIsNullOnStoringMedia()
    • shouldThrowIllegalArgumentExceptionWhenDataStreamIsNullOnStoringMedia

      public void shouldThrowIllegalArgumentExceptionWhenDataStreamIsNullOnStoringMedia()
    • shouldThrowMediaNotFoundExceptionWhenAskingForSizeForNonExistentObject

      public void shouldThrowMediaNotFoundExceptionWhenAskingForSizeForNonExistentObject() throws Exception
      Throws:
      Exception
    • shouldThrowUnsupportedOperationExceptionOnGettingMediaAsFile

      public void shouldThrowUnsupportedOperationExceptionOnGettingMediaAsFile()
    • shouldNotStripIsoControlCharactersFromValidFileName

      public void shouldNotStripIsoControlCharactersFromValidFileName()
    • shouldStripIsoControlCharactersFromInValidFileName

      public void shouldStripIsoControlCharactersFromInValidFileName()