C# Class Blog.Common.Utils.Tests.Helpers.ImageHelperTest

Show file Open project: jsnmgpnty/Blogness2.0

Private Methods

Method Description
ShouldBeAbleToGetFileHelper ( ) : void
ShouldBeAbleToSetFileHelper ( ) : void
ShouldCreateDirectoryOnCreateGifThumbnailIfNotExists ( ) : void
ShouldCreateDirectoryOnCreateThumbnailIfNotExists ( ) : void
ShouldCreateDirectoryOnCreateVideoThumbnailIfNotExists ( ) : void
ShouldCreateDirectoryWhenSaveImageFromByteArrayDirectoryDoesNotExist ( ) : void
ShouldCreateDirectoryWhenSaveImageFromImageDirectoryDoesNotExist ( ) : void
ShouldCreateGifThumbnail ( ) : void
ShouldCreateImageThumbnailLargeWidth ( ) : void
ShouldCreateImageThumbnailSmallWidth ( ) : void
ShouldCreateVideoThumbnail ( ) : void
ShouldGenerateImagePath ( ) : void
ShouldGenerateImagePathCorrectlyEvenWithTrailingBackslashes ( ) : void
ShouldSaveImageFromByteArray ( ) : void
ShouldSaveImageFromImage ( ) : void
ShouldThrowExceptionOnCreateGifThumbnailButNonMovingImage ( ) : void
ShouldThrowExceptionSomeStringParamsAreEmptyOnGenerateImagePath ( ) : void
ShouldThrowExceptionWhenCreateGifThumbnailFails ( ) : void
ShouldThrowExceptionWhenCreateImageThumbnailFails ( ) : void
ShouldThrowExceptionWhenCreateVideoThumbnailFails ( ) : void
ShouldThrowExceptionWhenSaveImageFromByteArrayFails ( ) : void
ShouldThrowExceptionWhenSaveImageFromImageFails ( ) : void
ShouldThrowExceptionWhenTransformByteArrayToImageHasNullArray ( ) : void
ShouldThrowExceptionWhenTransformImageToByteArrayHasNullAsImage ( ) : void
ShouldTransformByteArrayToImage ( ) : void
ShouldTransformImageToByteArray ( ) : void
TestInit ( ) : void